Html Css Color HEX #24BCA0 Light Sea Green

📋 copy color: '#24BCA0'

red 36 ◦ green 188 ◦ blue 160

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

Shades of Light Sea Green #24BCA0

Tints of Light Sea Green #24BCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.96%

 BLUE value IS 160 (62.89% from 255) = 41.67%

R = 9.38%
G = 48.96%
B = 41.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#24BCA0 (or 0x24BCA0) is known color: Light Sea Green. HEX triplet: 24, BC and A0. RGB value is (36,188,160). Sum of RGB (Red+Green+Blue) = 36+188+160=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #24BCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BCA0 is #DB435F. Grayscale: #8B8B8B. Windows color (decimal): -14369632 or 10533924. OLE color: 10533924.

HSL color Cylindrical-coordinate representation of color #24BCA0: hue angle of 168.95º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BCA0 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 188 160 -
CMYK 0.81 0 0.15 0.26
HSL 168.95º 0.68% 0.44% -
HSV(B) 168.95º 0.81% 0.74% -
XYZ 25.06 38.88 39.44 -
YUV 139.36 139.64 54.28 -
System Red Green Blue C M Y K H S L
Decimal 36 188 160 0.81 0 0.15 0.26 168.95 0.68 0.44
Hex 24 BC A0 51 0 F 1A A9 44 2C
Octal 44 274 240 121 0 17 32 251 104 54
Binary 100100 10111100 10100000 1010001 0 1111 11010 10101001 1000100 101100

Color Harmonies of #24BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BCA0

Black with #24BCA0

Text Example


Text Example

White with #24BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,188,160); }

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

background-color css

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

 a { background-color: rgb(36,188,160); }

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

border-color css

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

 span { border-color: rgb(36,188,160); }

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