#24AEA6

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

Shades of Light Sea Green #24AEA6

Tints of Light Sea Green #24AEA6

Color information

#24AEA6 (or 0x24AEA6) is unknown color: approx Light Sea Green. HEX triplet: 24, AE and A6. RGB value is (36,174,166). Sum of RGB (Red+Green+Blue) = 36+174+166=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #24AEA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AEA6 is #DB5159. Grayscale: #838383. Windows color (decimal): -14373210 or 10923556. OLE color: 10923556.

HSL color Cylindrical-coordinate representation of color #24AEA6: hue angle of 176.52º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AEA6 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB36174166-
CMYK0.7900.050.32
HSL176.52º65.71%41.18%-
HSV(B)176.52º79.31%68.24%-
XYZ22.7533.441.32-
YUV131.83147.2859.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.57%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 166 (65.23% from 255) = 44.15%
R=9.57%
G=46.28%
B=44.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal361741660.7900.050.32176.5265.7141.18
Hex24AEA64F0520b14229
Octal44256246117054026110251
Binary100100101011101010011010011110101100000101100011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24AEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24AEA6; }

 p { color: rgb(36,174,166); }

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

<style>
 a { background-color: #24AEA6; }

 a { background-color: rgb(36,174,166); }

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

<style>
 span { border-color: #24AEA6; }

 span { border-color: rgb(36,174,166); }

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