Html Css Color HEX #24BFA4 Light Sea Green

📋 copy color: '#24BFA4'

red 36 ◦ green 191 ◦ blue 164

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

Shades of Light Sea Green #24BFA4

Tints of Light Sea Green #24BFA4

RGB

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

 GREEN value IS 191 (75% from 255) = 48.85%

 BLUE value IS 164 (64.45% from 255) = 41.94%

R = 9.21%
G = 48.85%
B = 41.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#24BFA4 (or 0x24BFA4) is known color: Light Sea Green. HEX triplet: 24, BF and A4. RGB value is (36,191,164). Sum of RGB (Red+Green+Blue) = 36+191+164=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #24BFA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BFA4 is #DB405B. Grayscale: #8D8D8D. Windows color (decimal): -14368860 or 10796836. OLE color: 10796836.

HSL color Cylindrical-coordinate representation of color #24BFA4: hue angle of 169.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BFA4 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 191 164 -
CMYK 0.81 0 0.14 0.25
HSL 169.55º 0.68% 0.45% -
HSV(B) 169.55º 0.81% 0.75% -
XYZ 26.06 40.32 41.53 -
YUV 141.58 140.65 52.7 -
System Red Green Blue C M Y K H S L
Decimal 36 191 164 0.81 0 0.14 0.25 169.55 0.68 0.45
Hex 24 BF A4 51 0 E 19 AA 44 2D
Octal 44 277 244 121 0 16 31 252 104 55
Binary 100100 10111111 10100100 1010001 0 1110 11001 10101010 1000100 101101

Color Harmonies of #24BFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BFA4

Black with #24BFA4

Text Example


Text Example

White with #24BFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,191,164); }

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

background-color css

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

 a { background-color: rgb(36,191,164); }

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

border-color css

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

 span { border-color: rgb(36,191,164); }

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