Html Css Color HEX #24BAAC Light Sea Green

📋 copy color: '#24BAAC'

red 36 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #24BAAC

Tints of Light Sea Green #24BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.21%

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 9.14%
G = 47.21%
B = 43.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#24BAAC (or 0x24BAAC) is known color: Light Sea Green. HEX triplet: 24, BA and AC. RGB value is (36,186,172). Sum of RGB (Red+Green+Blue) = 36+186+172=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #24BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BAAC is #DB4553. Grayscale: #8B8B8B. Windows color (decimal): -14370132 or 11319844. OLE color: 11319844.

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

Color convert

RGB 36 186 172 -
CMYK 0.81 0 0.08 0.27
HSL 174.4º 0.68% 0.44% -
HSV(B) 174.4º 0.81% 0.73% -
XYZ 25.73 38.47 45.1 -
YUV 139.55 146.31 54.14 -
System Red Green Blue C M Y K H S L
Decimal 36 186 172 0.81 0 0.08 0.27 174.4 0.68 0.44
Hex 24 BA AC 51 0 8 1B AE 44 2C
Octal 44 272 254 121 0 10 33 256 104 54
Binary 100100 10111010 10101100 1010001 0 1000 11011 10101110 1000100 101100

Color Harmonies of #24BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BAAC

Black with #24BAAC

Text Example


Text Example

White with #24BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,186,172); }

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

background-color css

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

 a { background-color: rgb(36,186,172); }

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

border-color css

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

 span { border-color: rgb(36,186,172); }

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