Html Css Color HEX #24CAAE Light Sea Green

📋 copy color: '#24CAAE'

red 36 ◦ green 202 ◦ blue 174

#24CAAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #24CAAE

Tints of Light Sea Green #24CAAE

RGB

 RED value IS 36 (14.45% from 255) = 8.74%

 GREEN value IS 202 (79.3% from 255) = 49.03%

 BLUE value IS 174 (68.36% from 255) = 42.23%

R = 8.74%
G = 49.03%
B = 42.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#24CAAE (or 0x24CAAE) is known color: Light Sea Green. HEX triplet: 24, CA and AE. RGB value is (36,202,174). Sum of RGB (Red+Green+Blue) = 36+202+174=412 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.74% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #24CAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24CAAE is #DB3551. Grayscale: #959595. Windows color (decimal): -14366034 or 11455012. OLE color: 11455012.

HSL color Cylindrical-coordinate representation of color #24CAAE: hue angle of 169.88º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CAAE is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 202 174 -
CMYK 0.82 0 0.14 0.21
HSL 169.88º 0.7% 0.47% -
HSV(B) 169.88º 0.82% 0.79% -
XYZ 29.49 45.67 47.31 -
YUV 149.17 142 47.28 -
System Red Green Blue C M Y K H S L
Decimal 36 202 174 0.82 0 0.14 0.21 169.88 0.7 0.47
Hex 24 CA AE 52 0 E 15 AA 46 2F
Octal 44 312 256 122 0 16 25 252 106 57
Binary 100100 11001010 10101110 1010010 0 1110 10101 10101010 1000110 101111

Color Harmonies of #24CAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CAAE

Black with #24CAAE

Text Example


Text Example

White with #24CAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24CAAE;
 }
 .AnyTagClassName
 {
   color: #24CAAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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