#24BDBB

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

Shades of Light Sea Green #24BDBB

Tints of Light Sea Green #24BDBB

Color information

#24BDBB (or 0x24BDBB) is unknown color: approx Light Sea Green. HEX triplet: 24, BD and BB. RGB value is (36,189,187). Sum of RGB (Red+Green+Blue) = 36+189+187=412 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.74% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #24BDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BDBB is #DB4244. Grayscale: #8E8E8E. Windows color (decimal): -14369349 or 12303652. OLE color: 12303652.

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

Color convert

RGB36189187-
CMYK0.8100.010.26
HSL179.22º68%44.12%-
HSV(B)179.22º80.95%74.12%-
XYZ27.8940.3653.33-
YUV143.02152.8151.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.74%
GREEN value IS 189 (74.22% from 255) = 45.87%
BLUE value IS 187 (73.44% from 255) = 45.39%
R=8.74%
G=45.87%
B=45.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361891870.8100.010.26179.226844.12
Hex24BDBB51011Ab3442c
Octal44275273121013226310454
Binary100100101111011011101110100010111010101100111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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