#11FFEC

Color #11FFEC Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #11FFEC

Tints of Aqua #11FFEC

Color information

#11FFEC (or 0x11FFEC) is unknown color: approx Aqua. HEX triplet: 11, FF and EC. RGB value is (17,255,236). Sum of RGB (Red+Green+Blue) = 17+255+236=508 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.35% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FFEC is #EE0013. Grayscale: #B5B5B5. Windows color (decimal): -15597588 or 15531793. OLE color: 15531793.

HSL color Cylindrical-coordinate representation of color #11FFEC: hue angle of 175.21º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FFEC is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB17255236-
CMYK0.9300.070
HSL175.21º100%53.33%-
HSV(B)175.21º93.33%100%-
XYZ51.1377.791.66-
YUV181.67158.6510.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.35%
GREEN value IS 255 (100% from 255) = 50.20%
BLUE value IS 236 (92.58% from 255) = 46.46%
R=3.35%
G=50.20%
B=46.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172552360.9300.070175.2110053.33
Hex11FFEC5D070af6435
Octal2137735413507025714465
Binary100011111111111101100101110101110101011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,255,236); }

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

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

 a { background-color: rgb(17,255,236); }

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

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

 span { border-color: rgb(17,255,236); }

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