Html Css Color HEX #24AAA5 Light Sea Green

📋 copy color: '#24AAA5'

red 36 ◦ green 170 ◦ blue 165

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

Shades of Light Sea Green #24AAA5

Tints of Light Sea Green #24AAA5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.82%

 BLUE value IS 165 (64.84% from 255) = 44.47%

R = 9.7%
G = 45.82%
B = 44.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#24AAA5 (or 0x24AAA5) is known color: Light Sea Green. HEX triplet: 24, AA and A5. RGB value is (36,170,165). Sum of RGB (Red+Green+Blue) = 36+170+165=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #24AAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AAA5 is #DB555A. Grayscale: #818181. Windows color (decimal): -14374235 or 10856996. OLE color: 10856996.

HSL color Cylindrical-coordinate representation of color #24AAA5: hue angle of 177.76º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AAA5 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 170 165 -
CMYK 0.79 0 0.03 0.33
HSL 177.76º 0.65% 0.4% -
HSV(B) 177.76º 0.79% 0.67% -
XYZ 21.89 31.84 40.59 -
YUV 129.36 148.11 61.41 -
System Red Green Blue C M Y K H S L
Decimal 36 170 165 0.79 0 0.03 0.33 177.76 0.65 0.4
Hex 24 AA A5 4F 0 3 21 B2 41 28
Octal 44 252 245 117 0 3 41 262 101 50
Binary 100100 10101010 10100101 1001111 0 11 100001 10110010 1000001 101000

Color Harmonies of #24AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24AAA5

Black with #24AAA5

Text Example


Text Example

White with #24AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,170,165); }

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

background-color css

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

 a { background-color: rgb(36,170,165); }

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

border-color css

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

 span { border-color: rgb(36,170,165); }

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