#11C2BA

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

Shades of Robin's Egg Blue #11C2BA

Tints of Robin's Egg Blue #11C2BA

Color information

#11C2BA (or 0x11C2BA) is unknown color: approx Robin's Egg Blue. HEX triplet: 11, C2 and BA. RGB value is (17,194,186). Sum of RGB (Red+Green+Blue) = 17+194+186=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #11C2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C2BA is #EE3D45. Grayscale: #8C8C8C. Windows color (decimal): -15613254 or 12239377. OLE color: 12239377.

HSL color Cylindrical-coordinate representation of color #11C2BA: hue angle of 177.29º 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 #11C2BA is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB17194186-
CMYK0.9100.040.24
HSL177.29º83.89%41.37%-
HSV(B)177.29º91.24%76.08%-
XYZ28.3942.2553.11-
YUV140.16153.8640.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.28%
GREEN value IS 194 (76.17% from 255) = 48.87%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=4.28%
G=48.87%
B=46.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171941860.9100.040.24177.2983.8941.37
Hex11C2BA5B0418b15429
Octal21302272133043026112451
Binary1000111000010101110101011011010011000101100011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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