Html Css Color HEX #119E8D Persian Green

📋 copy color: '#119E8D'

red 17 ◦ green 158 ◦ blue 141

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

Shades of Persian Green #119E8D

Tints of Persian Green #119E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50%

 BLUE value IS 141 (55.47% from 255) = 44.62%

R = 5.38%
G = 50%
B = 44.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#119E8D (or 0x119E8D) is known color: Persian Green. HEX triplet: 11, 9E and 8D. RGB value is (17,158,141). Sum of RGB (Red+Green+Blue) = 17+158+141=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 158 (62.11% from 255 or 50% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 158 - color contains mainly: green. Hex color #119E8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119E8D is #EE6172. Grayscale: #717171. Windows color (decimal): -15622515 or 9281041. OLE color: 9281041.

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

Color convert

RGB 17 158 141 -
CMYK 0.89 0 0.11 0.38
HSL 172.77º 0.81% 0.34% -
HSV(B) 172.77º 0.89% 0.62% -
XYZ 17.27 26.5 29.4 -
YUV 113.9 143.29 58.88 -
System Red Green Blue C M Y K H S L
Decimal 17 158 141 0.89 0 0.11 0.38 172.77 0.81 0.34
Hex 11 9E 8D 59 0 B 26 AD 51 22
Octal 21 236 215 131 0 13 46 255 121 42
Binary 10001 10011110 10001101 1011001 0 1011 100110 10101101 1010001 100010

Color Harmonies of #119E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119E8D

Black with #119E8D

Text Example


Text Example

White with #119E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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