#139F8A

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

Shades of Persian Green #139F8A

Tints of Persian Green #139F8A

Color information

#139F8A (or 0x139F8A) is unknown color: approx Persian Green. HEX triplet: 13, 9F and 8A. RGB value is (19,159,138). Sum of RGB (Red+Green+Blue) = 19+159+138=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #139F8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139F8A is #EC6075. Grayscale: #727272. Windows color (decimal): -15491190 or 9084691. OLE color: 9084691.

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

Color convert

RGB19159138-
CMYK0.8800.130.38
HSL171º78.65%34.9%-
HSV(B)171º88.05%62.35%-
XYZ17.2526.7728.3-
YUV114.75141.1259.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.01%
GREEN value IS 159 (62.5% from 255) = 50.32%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=6.01%
G=50.32%
B=43.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191591380.8800.130.3817178.6534.9
Hex139F8A580D26ab4f23
Octal232372121300154625311743
Binary100111001111110001010101100001101100110101010111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,159,138); }

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

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

 a { background-color: rgb(19,159,138); }

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

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

 span { border-color: rgb(19,159,138); }

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