#20D2C0

Color #20D2C0 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #20D2C0

Tints of Robin's Egg Blue #20D2C0

Color information

#20D2C0 (or 0x20D2C0) is unknown color: approx Robin's Egg Blue. HEX triplet: 20, D2 and C0. RGB value is (32,210,192). Sum of RGB (Red+Green+Blue) = 32+210+192=434 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.37% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #20D2C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D2C0 is #DF2D3F. Grayscale: #9A9A9A. Windows color (decimal): -14626112 or 12636704. OLE color: 12636704.

HSL color Cylindrical-coordinate representation of color #20D2C0: hue angle of 173.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D2C0 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB32210192-
CMYK0.8500.090.18
HSL173.93º73.55%47.45%-
HSV(B)173.93º84.76%82.35%-
XYZ33.1650.2157.81-
YUV154.73149.0340.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.37%
GREEN value IS 210 (82.42% from 255) = 48.39%
BLUE value IS 192 (75.39% from 255) = 44.24%
R=7.37%
G=48.39%
B=44.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal322101920.8500.090.18173.9373.5547.45
Hex20D2C0550912ae4a2f
Octal403223001250112225611257
Binary100000110100101100000010101010100110010101011101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,210,192); }

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

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

 a { background-color: rgb(32,210,192); }

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

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

 span { border-color: rgb(32,210,192); }

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