#139F8D

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

Shades of Persian Green #139F8D

Tints of Persian Green #139F8D

Color information

#139F8D (or 0x139F8D) is unknown color: approx Persian Green. HEX triplet: 13, 9F and 8D. RGB value is (19,159,141). Sum of RGB (Red+Green+Blue) = 19+159+141=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #139F8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139F8D is #EC6072. Grayscale: #737373. Windows color (decimal): -15491187 or 9281299. OLE color: 9281299.

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

Color convert

RGB19159141-
CMYK0.8800.110.38
HSL172.29º78.65%34.9%-
HSV(B)172.29º88.05%62.35%-
XYZ17.4726.8629.46-
YUV115.09142.6259.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.96%
GREEN value IS 159 (62.5% from 255) = 49.84%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=5.96%
G=49.84%
B=44.20%

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
Decimal191591410.8800.110.38172.2978.6534.9
Hex139F8D580B26ac4f23
Octal232372151300134625411743
Binary100111001111110001101101100001011100110101011001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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