#24B6B0

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

Shades of Light Sea Green #24B6B0

Tints of Light Sea Green #24B6B0

Color information

#24B6B0 (or 0x24B6B0) is unknown color: approx Light Sea Green. HEX triplet: 24, B6 and B0. RGB value is (36,182,176). Sum of RGB (Red+Green+Blue) = 36+182+176=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 176 (69.14% from 255 or 44.67% from 394); Max value from RGB is 182 - color contains mainly: green. Hex color #24B6B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24B6B0 is #DB494F. Grayscale: #898989. Windows color (decimal): -14371152 or 11580964. OLE color: 11580964.

HSL color Cylindrical-coordinate representation of color #24B6B0: hue angle of 177.53º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B6B0 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB36182176-
CMYK0.8000.030.29
HSL177.53º66.97%42.75%-
HSV(B)177.53º80.22%71.37%-
XYZ25.2936.9746.88-
YUV137.66149.6355.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.14%
GREEN value IS 182 (71.48% from 255) = 46.19%
BLUE value IS 176 (69.14% from 255) = 44.67%
R=9.14%
G=46.19%
B=44.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal361821760.8000.030.29177.5366.9742.75
Hex24B6B050031Db2432b
Octal44266260120033526210353
Binary1001001011011010110000101000001111101101100101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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