Html Css Color HEX #24BFBA Light Sea Green

📋 copy color: '#24BFBA'

red 36 ◦ green 191 ◦ blue 186

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

Shades of Light Sea Green #24BFBA

Tints of Light Sea Green #24BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 46.25%

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

R = 8.72%
G = 46.25%
B = 45.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#24BFBA (or 0x24BFBA) is known color: Light Sea Green. HEX triplet: 24, BF and BA. RGB value is (36,191,186). Sum of RGB (Red+Green+Blue) = 36+191+186=413 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.72% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #24BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BFBA is #DB4045. Grayscale: #8F8F8F. Windows color (decimal): -14368838 or 12238628. OLE color: 12238628.

HSL color Cylindrical-coordinate representation of color #24BFBA: hue angle of 178.06º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BFBA is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 191 186 -
CMYK 0.81 0 0.03 0.25
HSL 178.06º 0.68% 0.45% -
HSV(B) 178.06º 0.81% 0.75% -
XYZ 28.22 41.18 52.92 -
YUV 144.09 151.65 50.91 -
System Red Green Blue C M Y K H S L
Decimal 36 191 186 0.81 0 0.03 0.25 178.06 0.68 0.45
Hex 24 BF BA 51 0 3 19 B2 44 2D
Octal 44 277 272 121 0 3 31 262 104 55
Binary 100100 10111111 10111010 1010001 0 11 11001 10110010 1000100 101101

Color Harmonies of #24BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BFBA

Black with #24BFBA

Text Example


Text Example

White with #24BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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