#139B8B

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

Shades of Persian Green #139B8B

Tints of Persian Green #139B8B

Color information

#139B8B (or 0x139B8B) is unknown color: approx Persian Green. HEX triplet: 13, 9B and 8B. RGB value is (19,155,139). Sum of RGB (Red+Green+Blue) = 19+155+139=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #139B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139B8B is #EC6474. Grayscale: #707070. Windows color (decimal): -15492213 or 9149203. OLE color: 9149203.

HSL color Cylindrical-coordinate representation of color #139B8B: hue angle of 172.94º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B8B is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB19155139-
CMYK0.8800.100.39
HSL172.94º78.16%34.12%-
HSV(B)172.94º87.74%60.78%-
XYZ16.6525.4528.46-
YUV112.51142.9461.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.07%
GREEN value IS 155 (60.94% from 255) = 49.52%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=6.07%
G=49.52%
B=44.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal191551390.8800.100.39172.9478.1634.12
Hex139B8B580A27ad4e22
Octal232332131300124725511642
Binary100111001101110001011101100001010100111101011011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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