#114E50

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

Shades of Cyprus #114E50

Tints of Cyprus #114E50

Color information

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

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

Color convert

RGB177880-
CMYK0.790.0200.69
HSL181.9º64.95%19.02%-
HSV(B)181.9º78.75%31.37%-
XYZ4.46.158.54-
YUV59.99139.2997.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1778800.790.0200.69181.964.9519.02
Hex114E504F2045b64113
Octal211161201172010526610123
Binary10001100111010100001001111100100010110110110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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