Html Css Color HEX #24B0BF Light Sea Green

📋 copy color: '#24B0BF'

red 36 ◦ green 176 ◦ blue 191

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

Shades of Light Sea Green #24B0BF

Tints of Light Sea Green #24B0BF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.67%

 BLUE value IS 191 (75% from 255) = 47.39%

R = 8.93%
G = 43.67%
B = 47.39%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#24B0BF (or 0x24B0BF) is known color: Light Sea Green. HEX triplet: 24, B0 and BF. RGB value is (36,176,191). Sum of RGB (Red+Green+Blue) = 36+176+191=403 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.93% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #24B0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24B0BF is #DB4F40. Grayscale: #878787. Windows color (decimal): -14372673 or 12562468. OLE color: 12562468.

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

Color convert

RGB 36 176 191 -
CMYK 0.81 0.08 0 0.25
HSL 185.81º 0.68% 0.45% -
HSV(B) 185.81º 0.81% 0.75% -
XYZ 25.66 35.19 54.73 -
YUV 135.85 159.12 56.78 -
System Red Green Blue C M Y K H S L
Decimal 36 176 191 0.81 0.08 0 0.25 185.81 0.68 0.45
Hex 24 B0 BF 51 8 0 19 BA 44 2D
Octal 44 260 277 121 10 0 31 272 104 55
Binary 100100 10110000 10111111 1010001 1000 0 11001 10111010 1000100 101101

Color Harmonies of #24B0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24B0BF

Black with #24B0BF

Text Example


Text Example

White with #24B0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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