#20CCB1

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

Shades of Light Sea Green #20CCB1

Tints of Light Sea Green #20CCB1

Color information

#20CCB1 (or 0x20CCB1) is unknown color: approx Light Sea Green. HEX triplet: 20, CC and B1. RGB value is (32,204,177). Sum of RGB (Red+Green+Blue) = 32+204+177=413 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.75% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CCB1 is #DF334E. Grayscale: #959595. Windows color (decimal): -14627663 or 11652128. OLE color: 11652128.

HSL color Cylindrical-coordinate representation of color #20CCB1: hue angle of 170.58º 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 #20CCB1 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB32204177-
CMYK0.8400.130.2
HSL170.58º72.88%46.27%-
HSV(B)170.58º84.31%80%-
XYZ30.1246.6749.01-
YUV149.49143.5244.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.75%
GREEN value IS 204 (80.08% from 255) = 49.39%
BLUE value IS 177 (69.53% from 255) = 42.86%
R=7.75%
G=49.39%
B=42.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal322041770.8400.130.2170.5872.8846.27
Hex20CCB1540D14ab492e
Octal403142611240152425311156
Binary100000110011001011000110101000110110100101010111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,204,177); }

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

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

 a { background-color: rgb(32,204,177); }

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

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

 span { border-color: rgb(32,204,177); }

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