Html Css Color HEX #119E8B Persian Green

📋 copy color: '#119E8B'

red 17 ◦ green 158 ◦ blue 139

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

Shades of Persian Green #119E8B

Tints of Persian Green #119E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.27%

R = 5.41%
G = 50.32%
B = 44.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#119E8B (or 0x119E8B) is known color: Persian Green. HEX triplet: 11, 9E and 8B. RGB value is (17,158,139). Sum of RGB (Red+Green+Blue) = 17+158+139=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #119E8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119E8B is #EE6174. Grayscale: #717171. Windows color (decimal): -15622517 or 9149969. OLE color: 9149969.

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

Color convert

RGB 17 158 139 -
CMYK 0.89 0 0.12 0.38
HSL 171.91º 0.81% 0.34% -
HSV(B) 171.91º 0.89% 0.62% -
XYZ 17.12 26.44 28.63 -
YUV 113.68 142.29 59.04 -
System Red Green Blue C M Y K H S L
Decimal 17 158 139 0.89 0 0.12 0.38 171.91 0.81 0.34
Hex 11 9E 8B 59 0 C 26 AC 51 22
Octal 21 236 213 131 0 14 46 254 121 42
Binary 10001 10011110 10001011 1011001 0 1100 100110 10101100 1010001 100010

Color Harmonies of #119E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119E8B

Black with #119E8B

Text Example


Text Example

White with #119E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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