#41ACAA

Color #41ACAA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #41ACAA

Tints of Light Sea Green #41ACAA

Color information

#41ACAA (or 0x41ACAA) is unknown color: approx Light Sea Green. HEX triplet: 41, AC and AA. RGB value is (65,172,170). Sum of RGB (Red+Green+Blue) = 65+172+170=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #41ACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ACAA is #BE5355. Grayscale: #8B8B8B. Windows color (decimal): -12473174 or 11185217. OLE color: 11185217.

HSL color Cylindrical-coordinate representation of color #41ACAA: hue angle of 178.88º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41ACAA is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB65172170-
CMYK0.6200.010.33
HSL178.88º45.15%46.47%-
HSV(B)178.88º62.21%67.45%-
XYZ24.1933.5343.23-
YUV139.78145.0574.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 15.97%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=15.97%
G=42.26%
B=41.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651721700.6200.010.33178.8845.1546.47
Hex41ACAA3E0121b32d2e
Octal1012542527601412635556
Binary100000110101100101010101111100110000110110011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41ACAA; }

 p { color: rgb(65,172,170); }

 H1.HeaderClassName
 {
   color: #41ACAA;
 }
 .AnyTagClassName
 {
   color: #41ACAA;
 }
</style>
background-color css

<style>
 a { background-color: #41ACAA; }

 a { background-color: rgb(65,172,170); }

 div.DivClassName
 {
   background-color: #41ACAA;
 }
 .BgClassName
 {
   background-color: #41ACAA;
 }
</style>
border-color css

<style>
 span { border-color: #41ACAA; }

 span { border-color: rgb(65,172,170); }

 td.TdClassName
 {
   border-color: #41ACAA;
 }
 .TagClassName
 {
   border-color: #41ACAA;
 }
</style>