#119D96

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

Shades of Persian Green #119D96

Tints of Persian Green #119D96

Color information

#119D96 (or 0x119D96) is unknown color: approx Persian Green. HEX triplet: 11, 9D and 96. RGB value is (17,157,150). Sum of RGB (Red+Green+Blue) = 17+157+150=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 157 - color contains mainly: green. Hex color #119D96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119D96 is #EE6269. Grayscale: #727272. Windows color (decimal): -15622762 or 9870609. OLE color: 9870609.

HSL color Cylindrical-coordinate representation of color #119D96: hue angle of 177º degrees, saturation: 0.8, 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 #119D96 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB17157150-
CMYK0.8900.040.38
HSL177º80.46%34.12%-
HSV(B)177º89.17%61.57%-
XYZ17.7926.4433.02-
YUV114.34148.1258.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.25%
GREEN value IS 157 (61.72% from 255) = 48.46%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=5.25%
G=48.46%
B=46.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171571500.8900.040.3817780.4634.12
Hex119D96590426b15022
Octal21235226131044626112042
Binary10001100111011001011010110010100100110101100011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,157,150); }

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

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

 a { background-color: rgb(17,157,150); }

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

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

 span { border-color: rgb(17,157,150); }

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