#119E87

Color #119E87 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #119E87

Tints of Persian Green #119E87

Color information

#119E87 (or 0x119E87) is unknown color: approx Persian Green. HEX triplet: 11, 9E and 87. RGB value is (17,158,135). Sum of RGB (Red+Green+Blue) = 17+158+135=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 158 (62.11% from 255 or 50.97% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 158 - color contains mainly: green. Hex color #119E87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119E87 is #EE6178. Grayscale: #717171. Windows color (decimal): -15622521 or 8887825. OLE color: 8887825.

HSL color Cylindrical-coordinate representation of color #119E87: hue angle of 170.21º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119E87 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB17158135-
CMYK0.8900.150.38
HSL170.21º80.57%34.31%-
HSV(B)170.21º89.24%61.96%-
XYZ16.8326.3227.12-
YUV113.22140.2959.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.48%
GREEN value IS 158 (62.11% from 255) = 50.97%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=5.48%
G=50.97%
B=43.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171581350.8900.150.38170.2180.5734.31
Hex119E87590F26aa5122
Octal212362071310174625212142
Binary100011001111010000111101100101111100110101010101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119E87; }

 p { color: rgb(17,158,135); }

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

<style>
 a { background-color: #119E87; }

 a { background-color: rgb(17,158,135); }

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

<style>
 span { border-color: #119E87; }

 span { border-color: rgb(17,158,135); }

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