Html Css Color HEX #24BABA Light Sea Green

📋 copy color: '#24BABA'

red 36 ◦ green 186 ◦ blue 186

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

Shades of Light Sea Green #24BABA

Tints of Light Sea Green #24BABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 8.82%
G = 45.59%
B = 45.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#24BABA (or 0x24BABA) is known color: Light Sea Green. HEX triplet: 24, BA and BA. RGB value is (36,186,186). Sum of RGB (Red+Green+Blue) = 36+186+186=408 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.82% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #24BABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BABA is #DB4545. Grayscale: #8D8D8D. Windows color (decimal): -14370118 or 12237348. OLE color: 12237348.

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

Color convert

RGB 36 186 186 -
CMYK 0.81 0 0 0.27
HSL 180º 0.68% 0.44% -
HSV(B) 180º 0.81% 0.73% -
XYZ 27.15 39.04 52.56 -
YUV 141.15 153.31 53 -
System Red Green Blue C M Y K H S L
Decimal 36 186 186 0.81 0 0 0.27 180 0.68 0.44
Hex 24 BA BA 51 0 0 1B B4 44 2C
Octal 44 272 272 121 0 0 33 264 104 54
Binary 100100 10111010 10111010 1010001 0 0 11011 10110100 1000100 101100

Color Harmonies of #24BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BABA

Black with #24BABA

Text Example


Text Example

White with #24BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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