Html Css Color HEX #24B0BE Light Sea Green

📋 copy color: '#24B0BE'

red 36 ◦ green 176 ◦ blue 190

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

Shades of Light Sea Green #24B0BE

Tints of Light Sea Green #24B0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 8.96%
G = 43.78%
B = 47.26%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#24B0BE (or 0x24B0BE) is known color: Light Sea Green. HEX triplet: 24, B0 and BE. RGB value is (36,176,190). Sum of RGB (Red+Green+Blue) = 36+176+190=402 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.96% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #24B0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24B0BE is #DB4F41. Grayscale: #878787. Windows color (decimal): -14372674 or 12496932. OLE color: 12496932.

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

Color convert

RGB 36 176 190 -
CMYK 0.81 0.07 0 0.25
HSL 185.45º 0.68% 0.44% -
HSV(B) 185.45º 0.81% 0.75% -
XYZ 25.55 35.14 54.15 -
YUV 135.74 158.62 56.86 -
System Red Green Blue C M Y K H S L
Decimal 36 176 190 0.81 0.07 0 0.25 185.45 0.68 0.44
Hex 24 B0 BE 51 7 0 19 B9 44 2C
Octal 44 260 276 121 7 0 31 271 104 54
Binary 100100 10110000 10111110 1010001 111 0 11001 10111001 1000100 101100

Color Harmonies of #24B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24B0BE

Black with #24B0BE

Text Example


Text Example

White with #24B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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