#139E8C

Color #139E8C Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #139E8C

Tints of Persian Green #139E8C

Color information

#139E8C (or 0x139E8C) is unknown color: approx Persian Green. HEX triplet: 13, 9E and 8C. RGB value is (19,158,140). Sum of RGB (Red+Green+Blue) = 19+158+140=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #139E8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139E8C is #EC6173. Grayscale: #727272. Windows color (decimal): -15491444 or 9215507. OLE color: 9215507.

HSL color Cylindrical-coordinate representation of color #139E8C: hue angle of 172.23º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139E8C is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB19158140-
CMYK0.8800.110.38
HSL172.23º78.53%34.71%-
HSV(B)172.23º87.97%61.96%-
XYZ17.2326.4929.02-
YUV114.39142.4559.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.99%
GREEN value IS 158 (62.11% from 255) = 49.84%
BLUE value IS 140 (55.08% from 255) = 44.16%
R=5.99%
G=49.84%
B=44.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191581400.8800.110.38172.2378.5334.71
Hex139E8C580B26ac4f23
Octal232362141300134625411743
Binary100111001111010001100101100001011100110101011001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139E8C; }

 p { color: rgb(19,158,140); }

 H1.HeaderClassName
 {
   color: #139E8C;
 }
 .AnyTagClassName
 {
   color: #139E8C;
 }
</style>
background-color css

<style>
 a { background-color: #139E8C; }

 a { background-color: rgb(19,158,140); }

 div.DivClassName
 {
   background-color: #139E8C;
 }
 .BgClassName
 {
   background-color: #139E8C;
 }
</style>
border-color css

<style>
 span { border-color: #139E8C; }

 span { border-color: rgb(19,158,140); }

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