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

📋 copy color: '#20CAC3'

red 32 ◦ green 202 ◦ blue 195

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

Shades of Robin's Egg Blue #20CAC3

Tints of Robin's Egg Blue #20CAC3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.09%

 BLUE value IS 195 (76.56% from 255) = 45.45%

R = 7.46%
G = 47.09%
B = 45.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#20CAC3 (or 0x20CAC3) is known color: Robin's Egg Blue. HEX triplet: 20, CA and C3. RGB value is (32,202,195). Sum of RGB (Red+Green+Blue) = 32+202+195=429 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.46% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 195 (76.56% from 255 or 45.45% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #20CAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CAC3 is #DF353C. Grayscale: #969696. Windows color (decimal): -14628157 or 12831264. OLE color: 12831264.

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

Color convert

RGB 32 202 195 -
CMYK 0.84 0 0.03 0.21
HSL 177.53º 0.73% 0.46% -
HSV(B) 177.53º 0.84% 0.79% -
XYZ 31.57 46.49 58.94 -
YUV 150.37 153.18 43.57 -
System Red Green Blue C M Y K H S L
Decimal 32 202 195 0.84 0 0.03 0.21 177.53 0.73 0.46
Hex 20 CA C3 54 0 3 15 B2 49 2E
Octal 40 312 303 124 0 3 25 262 111 56
Binary 100000 11001010 11000011 1010100 0 11 10101 10110010 1001001 101110

Color Harmonies of #20CAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CAC3

Black with #20CAC3

Text Example


Text Example

White with #20CAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,202,195); }

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

background-color css

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

 a { background-color: rgb(32,202,195); }

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

border-color css

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

 span { border-color: rgb(32,202,195); }

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