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

📋 copy color: '#20D0CD'

red 32 ◦ green 208 ◦ blue 205

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

Shades of Robin's Egg Blue #20D0CD

Tints of Robin's Egg Blue #20D0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 7.19%
G = 46.74%
B = 46.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#20D0CD (or 0x20D0CD) is known color: Robin's Egg Blue. HEX triplet: 20, D0 and CD. RGB value is (32,208,205). Sum of RGB (Red+Green+Blue) = 32+208+205=445 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.19% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #20D0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D0CD is #DF2F32. Grayscale: #9A9A9A. Windows color (decimal): -14626611 or 13488160. OLE color: 13488160.

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

Color convert

RGB 32 208 205 -
CMYK 0.85 0 0.01 0.18
HSL 178.98º 0.73% 0.47% -
HSV(B) 178.98º 0.85% 0.82% -
XYZ 34.17 49.83 65.57 -
YUV 155.03 156.19 40.24 -
System Red Green Blue C M Y K H S L
Decimal 32 208 205 0.85 0 0.01 0.18 178.98 0.73 0.47
Hex 20 D0 CD 55 0 1 12 B3 49 2F
Octal 40 320 315 125 0 1 22 263 111 57
Binary 100000 11010000 11001101 1010101 0 1 10010 10110011 1001001 101111

Color Harmonies of #20D0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D0CD

Black with #20D0CD

Text Example


Text Example

White with #20D0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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