Html Css Color HEX #119D8F Persian Green

📋 copy color: '#119D8F'

red 17 ◦ green 157 ◦ blue 143

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

Shades of Persian Green #119D8F

Tints of Persian Green #119D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.53%

 BLUE value IS 143 (56.25% from 255) = 45.11%

R = 5.36%
G = 49.53%
B = 45.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#119D8F (or 0x119D8F) is known color: Persian Green. HEX triplet: 11, 9D and 8F. RGB value is (17,157,143). Sum of RGB (Red+Green+Blue) = 17+157+143=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #119D8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119D8F is #EE6270. Grayscale: #717171. Windows color (decimal): -15622769 or 9411857. OLE color: 9411857.

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

Color convert

RGB 17 157 143 -
CMYK 0.89 0 0.09 0.38
HSL 174º 0.8% 0.34% -
HSV(B) 174º 0.89% 0.62% -
XYZ 17.25 26.22 30.14 -
YUV 113.54 144.62 59.14 -
System Red Green Blue C M Y K H S L
Decimal 17 157 143 0.89 0 0.09 0.38 174 0.8 0.34
Hex 11 9D 8F 59 0 9 26 AE 50 22
Octal 21 235 217 131 0 11 46 256 120 42
Binary 10001 10011101 10001111 1011001 0 1001 100110 10101110 1010000 100010

Color Harmonies of #119D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119D8F

Black with #119D8F

Text Example


Text Example

White with #119D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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