#114F50

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

Shades of Cyprus #114F50

Tints of Cyprus #114F50

Color information

#114F50 (or 0x114F50) is unknown color: approx Cyprus. HEX triplet: 11, 4F and 50. RGB value is (17,79,80). Sum of RGB (Red+Green+Blue) = 17+79+80=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #114F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F50 is #EEB0AF. Grayscale: #3C3C3C. Windows color (decimal): -15642800 or 5263121. OLE color: 5263121.

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

Color convert

RGB177980-
CMYK0.790.0100.69
HSL180.95º64.95%19.02%-
HSV(B)180.95º78.75%31.37%-
XYZ4.486.298.57-
YUV60.58138.9696.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=9.66%
G=44.89%
B=45.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1779800.790.0100.69180.9564.9519.02
Hex114F504F1045b54113
Octal211171201171010526510123
Binary1000110011111010000100111110100010110110101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114F50; }

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

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

<style>
 a { background-color: #114F50; }

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

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

<style>
 span { border-color: #114F50; }

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

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