#139E8B

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

Shades of Persian Green #139E8B

Tints of Persian Green #139E8B

Color information

#139E8B (or 0x139E8B) is unknown color: approx Persian Green. HEX triplet: 13, 9E and 8B. RGB value is (19,158,139). Sum of RGB (Red+Green+Blue) = 19+158+139=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 158 (62.11% from 255 or 50% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 158 - color contains mainly: green. Hex color #139E8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139E8B is #EC6174. Grayscale: #727272. Windows color (decimal): -15491445 or 9149971. OLE color: 9149971.

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

Color convert

RGB19158139-
CMYK0.8800.120.38
HSL171.8º78.53%34.71%-
HSV(B)171.8º87.97%61.96%-
XYZ17.1626.4628.63-
YUV114.27141.9560.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.01%
GREEN value IS 158 (62.11% from 255) = 50%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=6.01%
G=50%
B=43.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191581390.8800.120.38171.878.5334.71
Hex139E8B580C26ac4f23
Octal232362131300144625411743
Binary100111001111010001011101100001100100110101011001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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