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

📋 copy color: '#20D5BC'

red 32 ◦ green 213 ◦ blue 188

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

Shades of Robin's Egg Blue #20D5BC

Tints of Robin's Egg Blue #20D5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.42%

R = 7.39%
G = 49.19%
B = 43.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#20D5BC (or 0x20D5BC) is known color: Robin's Egg Blue. HEX triplet: 20, D5 and BC. RGB value is (32,213,188). Sum of RGB (Red+Green+Blue) = 32+213+188=433 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.39% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #20D5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D5BC is #DF2A43. Grayscale: #9B9B9B. Windows color (decimal): -14625348 or 12375328. OLE color: 12375328.

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

Color convert

RGB 32 213 188 -
CMYK 0.85 0 0.12 0.16
HSL 171.71º 0.74% 0.48% -
HSV(B) 171.71º 0.85% 0.84% -
XYZ 33.47 51.53 55.76 -
YUV 156.03 146.03 39.53 -
System Red Green Blue C M Y K H S L
Decimal 32 213 188 0.85 0 0.12 0.16 171.71 0.74 0.48
Hex 20 D5 BC 55 0 C 10 AC 4A 30
Octal 40 325 274 125 0 14 20 254 112 60
Binary 100000 11010101 10111100 1010101 0 1100 10000 10101100 1001010 110000

Color Harmonies of #20D5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D5BC

Black with #20D5BC

Text Example


Text Example

White with #20D5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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