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

📋 copy color: '#20D2BF'

red 32 ◦ green 210 ◦ blue 191

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

Shades of Robin's Egg Blue #20D2BF

Tints of Robin's Egg Blue #20D2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.11%

R = 7.39%
G = 48.5%
B = 44.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#20D2BF (or 0x20D2BF) is known color: Robin's Egg Blue. HEX triplet: 20, D2 and BF. RGB value is (32,210,191). Sum of RGB (Red+Green+Blue) = 32+210+191=433 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.39% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #20D2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D2BF is #DF2D40. Grayscale: #9A9A9A. Windows color (decimal): -14626113 or 12571168. OLE color: 12571168.

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

Color convert

RGB 32 210 191 -
CMYK 0.85 0 0.09 0.18
HSL 173.6º 0.74% 0.47% -
HSV(B) 173.6º 0.85% 0.82% -
XYZ 33.05 50.16 57.23 -
YUV 154.61 148.53 40.54 -
System Red Green Blue C M Y K H S L
Decimal 32 210 191 0.85 0 0.09 0.18 173.6 0.74 0.47
Hex 20 D2 BF 55 0 9 12 AE 4A 2F
Octal 40 322 277 125 0 11 22 256 112 57
Binary 100000 11010010 10111111 1010101 0 1001 10010 10101110 1001010 101111

Color Harmonies of #20D2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D2BF

Black with #20D2BF

Text Example


Text Example

White with #20D2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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