Html Css Color HEX #119F89 Persian Green

📋 copy color: '#119F89'

red 17 ◦ green 159 ◦ blue 137

#119F89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #119F89

Tints of Persian Green #119F89

RGB

 RED value IS 17 (7.03% from 255) = 5.43%

 GREEN value IS 159 (62.5% from 255) = 50.8%

 BLUE value IS 137 (53.91% from 255) = 43.77%

R = 5.43%
G = 50.8%
B = 43.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#119F89 (or 0x119F89) is known color: Persian Green. HEX triplet: 11, 9F and 89. RGB value is (17,159,137). Sum of RGB (Red+Green+Blue) = 17+159+137=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #119F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119F89 is #EE6076. Grayscale: #717171. Windows color (decimal): -15622263 or 9019153. OLE color: 9019153.

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

Color convert

RGB 17 159 137 -
CMYK 0.89 0 0.14 0.38
HSL 170.7º 0.81% 0.35% -
HSV(B) 170.7º 0.89% 0.62% -
XYZ 17.14 26.72 27.92 -
YUV 114.03 140.96 58.79 -
System Red Green Blue C M Y K H S L
Decimal 17 159 137 0.89 0 0.14 0.38 170.7 0.81 0.35
Hex 11 9F 89 59 0 E 26 AB 51 23
Octal 21 237 211 131 0 16 46 253 121 43
Binary 10001 10011111 10001001 1011001 0 1110 100110 10101011 1010001 100011

Color Harmonies of #119F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119F89

Black with #119F89

Text Example


Text Example

White with #119F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,159,137); }

 H1.HeaderClassName
 {
   color: #119F89;
 }
 .AnyTagClassName
 {
   color: #119F89;
 }
</style>

background-color css

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

 a { background-color: rgb(17,159,137); }

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

border-color css

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

 span { border-color: rgb(17,159,137); }

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