#20CBBF

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

Shades of Light Sea Green #20CBBF

Tints of Light Sea Green #20CBBF

Color information

#20CBBF (or 0x20CBBF) is unknown color: approx Light Sea Green. HEX triplet: 20, CB and BF. RGB value is (32,203,191). Sum of RGB (Red+Green+Blue) = 32+203+191=426 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.51% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #20CBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBBF is #DF3440. Grayscale: #969696. Windows color (decimal): -14627905 or 12569376. OLE color: 12569376.

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

Color convert

RGB32203191-
CMYK0.8400.060.20
HSL175.79º72.77%46.08%-
HSV(B)175.79º84.24%79.61%-
XYZ31.3646.7856.67-
YUV150.5150.8543.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.51%
GREEN value IS 203 (79.69% from 255) = 47.65%
BLUE value IS 191 (75% from 255) = 44.84%
R=7.51%
G=47.65%
B=44.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal322031910.8400.060.20175.7972.7746.08
Hex20CBBF540614b0492e
Octal40313277124062426011156
Binary10000011001011101111111010100011010100101100001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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