Html Css Color HEX #20D2C1 Robin's Egg Blue

📋 copy color: '#20D2C1'

red 32 ◦ green 210 ◦ blue 193

#20D2C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #20D2C1

Tints of Robin's Egg Blue #20D2C1

RGB

 RED value IS 32 (12.89% from 255) = 7.36%

 GREEN value IS 210 (82.42% from 255) = 48.28%

 BLUE value IS 193 (75.78% from 255) = 44.37%

R = 7.36%
G = 48.28%
B = 44.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#20D2C1 (or 0x20D2C1) is known color: Robin's Egg Blue. HEX triplet: 20, D2 and C1. RGB value is (32,210,193). Sum of RGB (Red+Green+Blue) = 32+210+193=435 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.36% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #20D2C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D2C1 is #DF2D3E. Grayscale: #9A9A9A. Windows color (decimal): -14626111 or 12702240. OLE color: 12702240.

HSL color Cylindrical-coordinate representation of color #20D2C1: hue angle of 174.27º 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 #20D2C1 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 210 193 -
CMYK 0.85 0 0.08 0.18
HSL 174.27º 0.74% 0.47% -
HSV(B) 174.27º 0.85% 0.82% -
XYZ 33.27 50.25 58.4 -
YUV 154.84 149.53 40.38 -
System Red Green Blue C M Y K H S L
Decimal 32 210 193 0.85 0 0.08 0.18 174.27 0.74 0.47
Hex 20 D2 C1 55 0 8 12 AE 4A 2F
Octal 40 322 301 125 0 10 22 256 112 57
Binary 100000 11010010 11000001 1010101 0 1000 10010 10101110 1001010 101111

Color Harmonies of #20D2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D2C1

Black with #20D2C1

Text Example


Text Example

White with #20D2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20D2C1;
 }
 .AnyTagClassName
 {
   color: #20D2C1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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