Html Css Color HEX #24BCBA Light Sea Green

📋 copy color: '#24BCBA'

red 36 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #24BCBA

Tints of Light Sea Green #24BCBA

RGB

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

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

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

R = 8.78%
G = 45.85%
B = 45.37%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#24BCBA (or 0x24BCBA) is known color: Light Sea Green. HEX triplet: 24, BC and BA. RGB value is (36,188,186). Sum of RGB (Red+Green+Blue) = 36+188+186=410 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.78% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #24BCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BCBA is #DB4345. Grayscale: #8E8E8E. Windows color (decimal): -14369606 or 12237860. OLE color: 12237860.

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

Color convert

RGB 36 188 186 -
CMYK 0.81 0 0.01 0.26
HSL 179.21º 0.68% 0.44% -
HSV(B) 179.21º 0.81% 0.74% -
XYZ 27.57 39.89 52.7 -
YUV 142.32 152.64 52.16 -
System Red Green Blue C M Y K H S L
Decimal 36 188 186 0.81 0 0.01 0.26 179.21 0.68 0.44
Hex 24 BC BA 51 0 1 1A B3 44 2C
Octal 44 274 272 121 0 1 32 263 104 54
Binary 100100 10111100 10111010 1010001 0 1 11010 10110011 1000100 101100

Color Harmonies of #24BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BCBA

Black with #24BCBA

Text Example


Text Example

White with #24BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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