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

📋 copy color: '#20CCC2'

red 32 ◦ green 204 ◦ blue 194

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

Shades of Robin's Egg Blue #20CCC2

Tints of Robin's Egg Blue #20CCC2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.44%

 BLUE value IS 194 (76.17% from 255) = 45.12%

R = 7.44%
G = 47.44%
B = 45.12%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#20CCC2 (or 0x20CCC2) is known color: Robin's Egg Blue. HEX triplet: 20, CC and C2. RGB value is (32,204,194). Sum of RGB (Red+Green+Blue) = 32+204+194=430 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.44% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCC2 is #DF333D. Grayscale: #979797. Windows color (decimal): -14627646 or 12766240. OLE color: 12766240.

HSL color Cylindrical-coordinate representation of color #20CCC2: hue angle of 176.51º 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 #20CCC2 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 204 194 -
CMYK 0.84 0 0.05 0.2
HSL 176.51º 0.73% 0.46% -
HSV(B) 176.51º 0.84% 0.8% -
XYZ 31.93 47.39 58.5 -
YUV 151.43 152.02 42.81 -
System Red Green Blue C M Y K H S L
Decimal 32 204 194 0.84 0 0.05 0.2 176.51 0.73 0.46
Hex 20 CC C2 54 0 5 14 B1 49 2E
Octal 40 314 302 124 0 5 24 261 111 56
Binary 100000 11001100 11000010 1010100 0 101 10100 10110001 1001001 101110

Color Harmonies of #20CCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCC2

Black with #20CCC2

Text Example


Text Example

White with #20CCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,204,194); }

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

background-color css

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

 a { background-color: rgb(32,204,194); }

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

border-color css

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

 span { border-color: rgb(32,204,194); }

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