#11504E

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

Shades of Cyprus #11504E

Tints of Cyprus #11504E

Color information

#11504E (or 0x11504E) is unknown color: approx Cyprus. HEX triplet: 11, 50 and 4E. RGB value is (17,80,78). Sum of RGB (Red+Green+Blue) = 17+80+78=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #11504E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11504E is #EEAFB1. Grayscale: #3C3C3C. Windows color (decimal): -15642546 or 5132305. OLE color: 5132305.

HSL color Cylindrical-coordinate representation of color #11504E: hue angle of 178.1º 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 #11504E is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB178078-
CMYK0.7900.020.69
HSL178.1º64.95%19.02%-
HSV(B)178.1º78.75%31.37%-
XYZ4.476.418.21-
YUV60.93137.6396.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 78 (30.86% from 255) = 44.57%
R=9.71%
G=45.71%
B=44.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1780780.7900.020.69178.164.9519.02
Hex11504E4F0245b24113
Octal211201161170210526210123
Binary10001101000010011101001111010100010110110010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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