Html Css Color HEX #24BDA1 Light Sea Green

📋 copy color: '#24BDA1'

red 36 ◦ green 189 ◦ blue 161

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

Shades of Light Sea Green #24BDA1

Tints of Light Sea Green #24BDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.71%

R = 9.33%
G = 48.96%
B = 41.71%

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

#24BDA1 (or 0x24BDA1) is known color: Light Sea Green. HEX triplet: 24, BD and A1. RGB value is (36,189,161). Sum of RGB (Red+Green+Blue) = 36+189+161=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #24BDA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BDA1 is #DB425E. Grayscale: #8C8C8C. Windows color (decimal): -14369375 or 10599716. OLE color: 10599716.

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

Color convert

RGB 36 189 161 -
CMYK 0.81 0 0.15 0.26
HSL 169.02º 0.68% 0.44% -
HSV(B) 169.02º 0.81% 0.74% -
XYZ 25.36 39.34 39.98 -
YUV 140.06 139.81 53.78 -
System Red Green Blue C M Y K H S L
Decimal 36 189 161 0.81 0 0.15 0.26 169.02 0.68 0.44
Hex 24 BD A1 51 0 F 1A A9 44 2C
Octal 44 275 241 121 0 17 32 251 104 54
Binary 100100 10111101 10100001 1010001 0 1111 11010 10101001 1000100 101100

Color Harmonies of #24BDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BDA1

Black with #24BDA1

Text Example


Text Example

White with #24BDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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