Html Css Color HEX #119E95 Persian Green

📋 copy color: '#119E95'

red 17 ◦ green 158 ◦ blue 149

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

Shades of Persian Green #119E95

Tints of Persian Green #119E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 5.25%
G = 48.77%
B = 45.99%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#119E95 (or 0x119E95) is known color: Persian Green. HEX triplet: 11, 9E and 95. RGB value is (17,158,149). Sum of RGB (Red+Green+Blue) = 17+158+149=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 158 (62.11% from 255 or 48.77% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 158 - color contains mainly: green. Hex color #119E95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119E95 is #EE616A. Grayscale: #727272. Windows color (decimal): -15622507 or 9805329. OLE color: 9805329.

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

Color convert

RGB 17 158 149 -
CMYK 0.89 0 0.06 0.38
HSL 176.17º 0.81% 0.34% -
HSV(B) 176.17º 0.89% 0.62% -
XYZ 17.88 26.74 32.65 -
YUV 114.82 147.29 58.23 -
System Red Green Blue C M Y K H S L
Decimal 17 158 149 0.89 0 0.06 0.38 176.17 0.81 0.34
Hex 11 9E 95 59 0 6 26 B0 51 22
Octal 21 236 225 131 0 6 46 260 121 42
Binary 10001 10011110 10010101 1011001 0 110 100110 10110000 1010001 100010

Color Harmonies of #119E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119E95

Black with #119E95

Text Example


Text Example

White with #119E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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