#24B0BB

Color #24B0BB Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #24B0BB

Tints of Light Sea Green #24B0BB

Color information

#24B0BB (or 0x24B0BB) is unknown color: approx Light Sea Green. HEX triplet: 24, B0 and BB. RGB value is (36,176,187). Sum of RGB (Red+Green+Blue) = 36+176+187=399 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.02% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #24B0BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24B0BB is #DB4F44. Grayscale: #878787. Windows color (decimal): -14372677 or 12300324. OLE color: 12300324.

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

Color convert

RGB36176187-
CMYK0.810.0600.27
HSL184.37º67.71%43.73%-
HSV(B)184.37º80.75%73.33%-
XYZ25.2235.0152.44-
YUV135.39157.1257.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.02%
GREEN value IS 176 (69.14% from 255) = 44.11%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=9.02%
G=44.11%
B=46.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361761870.810.0600.27184.3767.7143.73
Hex24B0BB51601Bb8442c
Octal44260273121603327010454
Binary10010010110000101110111010001110011011101110001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24B0BB;
 }
 .AnyTagClassName
 {
   color: #24B0BB;
 }
</style>
background-color css

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

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

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

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

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

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