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

📋 copy color: '#20D5C1'

red 32 ◦ green 213 ◦ blue 193

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

Shades of Robin's Egg Blue #20D5C1

Tints of Robin's Egg Blue #20D5C1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.63%

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

R = 7.31%
G = 48.63%
B = 44.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#20D5C1 (or 0x20D5C1) is known color: Robin's Egg Blue. HEX triplet: 20, D5 and C1. RGB value is (32,213,193). Sum of RGB (Red+Green+Blue) = 32+213+193=438 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.31% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #20D5C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D5C1 is #DF2A3E. Grayscale: #9C9C9C. Windows color (decimal): -14625343 or 12703008. OLE color: 12703008.

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

Color convert

RGB 32 213 193 -
CMYK 0.85 0 0.09 0.16
HSL 173.37º 0.74% 0.48% -
HSV(B) 173.37º 0.85% 0.84% -
XYZ 34.02 51.75 58.65 -
YUV 156.6 148.53 39.13 -
System Red Green Blue C M Y K H S L
Decimal 32 213 193 0.85 0 0.09 0.16 173.37 0.74 0.48
Hex 20 D5 C1 55 0 9 10 AD 4A 30
Octal 40 325 301 125 0 11 20 255 112 60
Binary 100000 11010101 11000001 1010101 0 1001 10000 10101101 1001010 110000

Color Harmonies of #20D5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D5C1

Black with #20D5C1

Text Example


Text Example

White with #20D5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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