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

📋 copy color: '#20CDC1'

red 32 ◦ green 205 ◦ blue 193

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

Shades of Robin's Egg Blue #20CDC1

Tints of Robin's Egg Blue #20CDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.67%

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

R = 7.44%
G = 47.67%
B = 44.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#20CDC1 (or 0x20CDC1) is known color: Robin's Egg Blue. HEX triplet: 20, CD and C1. RGB value is (32,205,193). Sum of RGB (Red+Green+Blue) = 32+205+193=430 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.44% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDC1 is #DF323E. Grayscale: #979797. Windows color (decimal): -14627391 or 12700960. OLE color: 12700960.

HSL color Cylindrical-coordinate representation of color #20CDC1: hue angle of 175.84º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CDC1 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 205 193 -
CMYK 0.84 0 0.06 0.20
HSL 175.84º 0.73% 0.46% -
HSV(B) 175.84º 0.84% 0.8% -
XYZ 32.05 47.82 57.99 -
YUV 151.91 151.19 42.48 -
System Red Green Blue C M Y K H S L
Decimal 32 205 193 0.84 0 0.06 0.20 175.84 0.73 0.46
Hex 20 CD C1 54 0 6 14 B0 49 2E
Octal 40 315 301 124 0 6 24 260 111 56
Binary 100000 11001101 11000001 1010100 0 110 10100 10110000 1001001 101110

Color Harmonies of #20CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CDC1

Black with #20CDC1

Text Example


Text Example

White with #20CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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