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

📋 copy color: '#20CBC2'

red 32 ◦ green 203 ◦ blue 194

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

Shades of Robin's Egg Blue #20CBC2

Tints of Robin's Egg Blue #20CBC2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.32%

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

R = 7.46%
G = 47.32%
B = 45.22%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#20CBC2 (or 0x20CBC2) is known color: Robin's Egg Blue. HEX triplet: 20, CB and C2. RGB value is (32,203,194). Sum of RGB (Red+Green+Blue) = 32+203+194=429 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.46% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #20CBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBC2 is #DF343D. Grayscale: #969696. Windows color (decimal): -14627902 or 12765984. OLE color: 12765984.

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

Color convert

RGB 32 203 194 -
CMYK 0.84 0 0.04 0.20
HSL 176.84º 0.73% 0.46% -
HSV(B) 176.84º 0.84% 0.8% -
XYZ 31.69 46.91 58.42 -
YUV 150.85 152.35 43.23 -
System Red Green Blue C M Y K H S L
Decimal 32 203 194 0.84 0 0.04 0.20 176.84 0.73 0.46
Hex 20 CB C2 54 0 4 14 B1 49 2E
Octal 40 313 302 124 0 4 24 261 111 56
Binary 100000 11001011 11000010 1010100 0 100 10100 10110001 1001001 101110

Color Harmonies of #20CBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CBC2

Black with #20CBC2

Text Example


Text Example

White with #20CBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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