Html Css Color HEX #119F99 Persian Green

📋 copy color: '#119F99'

red 17 ◦ green 159 ◦ blue 153

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

Shades of Persian Green #119F99

Tints of Persian Green #119F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.5%

R = 5.17%
G = 48.33%
B = 46.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#119F99 (or 0x119F99) is known color: Persian Green. HEX triplet: 11, 9F and 99. RGB value is (17,159,153). Sum of RGB (Red+Green+Blue) = 17+159+153=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #119F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119F99 is #EE6066. Grayscale: #737373. Windows color (decimal): -15622247 or 10067729. OLE color: 10067729.

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

Color convert

RGB 17 159 153 -
CMYK 0.89 0 0.04 0.38
HSL 177.46º 0.81% 0.35% -
HSV(B) 177.46º 0.89% 0.62% -
XYZ 18.38 27.22 34.42 -
YUV 115.86 148.96 57.49 -
System Red Green Blue C M Y K H S L
Decimal 17 159 153 0.89 0 0.04 0.38 177.46 0.81 0.35
Hex 11 9F 99 59 0 4 26 B1 51 23
Octal 21 237 231 131 0 4 46 261 121 43
Binary 10001 10011111 10011001 1011001 0 100 100110 10110001 1010001 100011

Color Harmonies of #119F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119F99

Black with #119F99

Text Example


Text Example

White with #119F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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