Html Css Color HEX #24BDA6 Light Sea Green

📋 copy color: '#24BDA6'

red 36 ◦ green 189 ◦ blue 166

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

Shades of Light Sea Green #24BDA6

Tints of Light Sea Green #24BDA6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.34%

 BLUE value IS 166 (65.23% from 255) = 42.46%

R = 9.21%
G = 48.34%
B = 42.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#24BDA6 (or 0x24BDA6) is known color: Light Sea Green. HEX triplet: 24, BD and A6. RGB value is (36,189,166). Sum of RGB (Red+Green+Blue) = 36+189+166=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #24BDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BDA6 is #DB4259. Grayscale: #8C8C8C. Windows color (decimal): -14369370 or 10927396. OLE color: 10927396.

HSL color Cylindrical-coordinate representation of color #24BDA6: hue angle of 170.98º 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 #24BDA6 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 189 166 -
CMYK 0.81 0 0.12 0.26
HSL 170.98º 0.68% 0.44% -
HSV(B) 170.98º 0.81% 0.74% -
XYZ 25.81 39.52 42.34 -
YUV 140.63 142.31 53.37 -
System Red Green Blue C M Y K H S L
Decimal 36 189 166 0.81 0 0.12 0.26 170.98 0.68 0.44
Hex 24 BD A6 51 0 C 1A AB 44 2C
Octal 44 275 246 121 0 14 32 253 104 54
Binary 100100 10111101 10100110 1010001 0 1100 11010 10101011 1000100 101100

Color Harmonies of #24BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BDA6

Black with #24BDA6

Text Example


Text Example

White with #24BDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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