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

📋 copy color: '#20D0C2'

red 32 ◦ green 208 ◦ blue 194

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

Shades of Robin's Egg Blue #20D0C2

Tints of Robin's Egg Blue #20D0C2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.93%

 BLUE value IS 194 (76.17% from 255) = 44.7%

R = 7.37%
G = 47.93%
B = 44.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#20D0C2 (or 0x20D0C2) is known color: Robin's Egg Blue. HEX triplet: 20, D0 and C2. RGB value is (32,208,194). Sum of RGB (Red+Green+Blue) = 32+208+194=434 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.37% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #20D0C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D0C2 is #DF2F3D. Grayscale: #999999. Windows color (decimal): -14626622 or 12767264. OLE color: 12767264.

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

Color convert

RGB 32 208 194 -
CMYK 0.85 0 0.07 0.18
HSL 175.23º 0.73% 0.47% -
HSV(B) 175.23º 0.85% 0.82% -
XYZ 32.89 49.31 58.82 -
YUV 153.78 150.69 41.14 -
System Red Green Blue C M Y K H S L
Decimal 32 208 194 0.85 0 0.07 0.18 175.23 0.73 0.47
Hex 20 D0 C2 55 0 7 12 AF 49 2F
Octal 40 320 302 125 0 7 22 257 111 57
Binary 100000 11010000 11000010 1010101 0 111 10010 10101111 1001001 101111

Color Harmonies of #20D0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D0C2

Black with #20D0C2

Text Example


Text Example

White with #20D0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,208,194); }

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

background-color css

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

 a { background-color: rgb(32,208,194); }

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

border-color css

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

 span { border-color: rgb(32,208,194); }

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