#24CBBF

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

Shades of Light Sea Green #24CBBF

Tints of Light Sea Green #24CBBF

Color information

#24CBBF (or 0x24CBBF) is unknown color: approx Light Sea Green. HEX triplet: 24, CB and BF. RGB value is (36,203,191). Sum of RGB (Red+Green+Blue) = 36+203+191=430 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.37% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #24CBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CBBF is #DB3440. Grayscale: #979797. Windows color (decimal): -14365761 or 12569380. OLE color: 12569380.

HSL color Cylindrical-coordinate representation of color #24CBBF: hue angle of 175.69º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CBBF is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB36203191-
CMYK0.8200.060.20
HSL175.69º69.87%46.86%-
HSV(B)175.69º82.27%79.61%-
XYZ31.4946.8556.67-
YUV151.7150.1745.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.37%
GREEN value IS 203 (79.69% from 255) = 47.21%
BLUE value IS 191 (75% from 255) = 44.42%
R=8.37%
G=47.21%
B=44.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal362031910.8200.060.20175.6969.8746.86
Hex24CBBF520614b0462f
Octal44313277122062426010657
Binary10010011001011101111111010010011010100101100001000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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