#11504C

Color #11504C Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #11504C

Tints of Cyprus #11504C

Color information

#11504C (or 0x11504C) is unknown color: approx Cyprus. HEX triplet: 11, 50 and 4C. RGB value is (17,80,76). Sum of RGB (Red+Green+Blue) = 17+80+76=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #11504C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11504C is #EEAFB3. Grayscale: #3C3C3C. Windows color (decimal): -15642548 or 5001233. OLE color: 5001233.

HSL color Cylindrical-coordinate representation of color #11504C: hue angle of 176.19º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11504C is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB178076-
CMYK0.7900.050.69
HSL176.19º64.95%19.02%-
HSV(B)176.19º78.75%31.37%-
XYZ4.46.387.84-
YUV60.71136.6396.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 80 (31.64% from 255) = 46.24%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=9.83%
G=46.24%
B=43.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1780760.7900.050.69176.1964.9519.02
Hex11504C4F0545b04113
Octal211201141170510526010123
Binary100011010000100110010011110101100010110110000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11504C; }

 p { color: rgb(17,80,76); }

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

<style>
 a { background-color: #11504C; }

 a { background-color: rgb(17,80,76); }

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

<style>
 span { border-color: #11504C; }

 span { border-color: rgb(17,80,76); }

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