Html Css Color HEX #139D86 Persian Green

📋 copy color: '#139D86'

red 19 ◦ green 157 ◦ blue 134

#139D86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #139D86

Tints of Persian Green #139D86

RGB

 RED value IS 19 (7.81% from 255) = 6.13%

 GREEN value IS 157 (61.72% from 255) = 50.65%

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 6.13%
G = 50.65%
B = 43.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#139D86 (or 0x139D86) is known color: Persian Green. HEX triplet: 13, 9D and 86. RGB value is (19,157,134). Sum of RGB (Red+Green+Blue) = 19+157+134=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #139D86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139D86 is #EC6279. Grayscale: #717171. Windows color (decimal): -15491706 or 8822035. OLE color: 8822035.

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

Color convert

RGB 19 157 134 -
CMYK 0.88 0 0.15 0.38
HSL 170º 0.78% 0.35% -
HSV(B) 170º 0.88% 0.62% -
XYZ 16.63 25.97 26.69 -
YUV 113.12 139.78 60.87 -
System Red Green Blue C M Y K H S L
Decimal 19 157 134 0.88 0 0.15 0.38 170 0.78 0.35
Hex 13 9D 86 58 0 F 26 AA 4E 23
Octal 23 235 206 130 0 17 46 252 116 43
Binary 10011 10011101 10000110 1011000 0 1111 100110 10101010 1001110 100011

Color Harmonies of #139D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139D86

Black with #139D86

Text Example


Text Example

White with #139D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,157,134); }

 H1.HeaderClassName
 {
   color: #139D86;
 }
 .AnyTagClassName
 {
   color: #139D86;
 }
</style>

background-color css

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

 a { background-color: rgb(19,157,134); }

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

border-color css

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

 span { border-color: rgb(19,157,134); }

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