#11C2C0

Color #11C2C0 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #11C2C0

Tints of Robin's Egg Blue #11C2C0

Color information

#11C2C0 (or 0x11C2C0) is unknown color: approx Robin's Egg Blue. HEX triplet: 11, C2 and C0. RGB value is (17,194,192). Sum of RGB (Red+Green+Blue) = 17+194+192=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #11C2C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C2C0 is #EE3D3F. Grayscale: #8C8C8C. Windows color (decimal): -15613248 or 12632593. OLE color: 12632593.

HSL color Cylindrical-coordinate representation of color #11C2C0: hue angle of 179.32º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C2C0 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB17194192-
CMYK0.9100.010.24
HSL179.32º83.89%41.37%-
HSV(B)179.32º91.24%76.08%-
XYZ29.0442.5156.54-
YUV140.85156.8639.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.22%
GREEN value IS 194 (76.17% from 255) = 48.14%
BLUE value IS 192 (75.39% from 255) = 47.64%
R=4.22%
G=48.14%
B=47.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171941920.9100.010.24179.3283.8941.37
Hex11C2C05B0118b35429
Octal21302300133013026312451
Binary10001110000101100000010110110111000101100111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11C2C0; }

 p { color: rgb(17,194,192); }

 H1.HeaderClassName
 {
   color: #11C2C0;
 }
 .AnyTagClassName
 {
   color: #11C2C0;
 }
</style>
background-color css

<style>
 a { background-color: #11C2C0; }

 a { background-color: rgb(17,194,192); }

 div.DivClassName
 {
   background-color: #11C2C0;
 }
 .BgClassName
 {
   background-color: #11C2C0;
 }
</style>
border-color css

<style>
 span { border-color: #11C2C0; }

 span { border-color: rgb(17,194,192); }

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