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

📋 copy color: '#20CDCC'

red 32 ◦ green 205 ◦ blue 204

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

Shades of Robin's Egg Blue #20CDCC

Tints of Robin's Egg Blue #20CDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 7.26%
G = 46.49%
B = 46.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#20CDCC (or 0x20CDCC) is known color: Robin's Egg Blue. HEX triplet: 20, CD and CC. RGB value is (32,205,204). Sum of RGB (Red+Green+Blue) = 32+205+204=441 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.26% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDCC is #DF3233. Grayscale: #989898. Windows color (decimal): -14627380 or 13421856. OLE color: 13421856.

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

Color convert

RGB 32 205 204 -
CMYK 0.84 0 0.00 0.20
HSL 179.65º 0.73% 0.46% -
HSV(B) 179.65º 0.84% 0.8% -
XYZ 33.33 48.33 64.7 -
YUV 153.16 156.69 41.58 -
System Red Green Blue C M Y K H S L
Decimal 32 205 204 0.84 0 0.00 0.20 179.65 0.73 0.46
Hex 20 CD CC 54 0 0 14 B4 49 2E
Octal 40 315 314 124 0 0 24 264 111 56
Binary 100000 11001101 11001100 1010100 0 0 10100 10110100 1001001 101110

Color Harmonies of #20CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CDCC

Black with #20CDCC

Text Example


Text Example

White with #20CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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