Html Css Color HEX #139D87 Persian Green

📋 copy color: '#139D87'

red 19 ◦ green 157 ◦ blue 135

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

Shades of Persian Green #139D87

Tints of Persian Green #139D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.41%

R = 6.11%
G = 50.48%
B = 43.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#139D87 (or 0x139D87) is known color: Persian Green. HEX triplet: 13, 9D and 87. RGB value is (19,157,135). Sum of RGB (Red+Green+Blue) = 19+157+135=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #139D87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139D87 is #EC6278. Grayscale: #717171. Windows color (decimal): -15491705 or 8887571. OLE color: 8887571.

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

Color convert

RGB 19 157 135 -
CMYK 0.88 0 0.14 0.38
HSL 170.43º 0.78% 0.35% -
HSV(B) 170.43º 0.88% 0.62% -
XYZ 16.7 26 27.06 -
YUV 113.23 140.28 60.79 -
System Red Green Blue C M Y K H S L
Decimal 19 157 135 0.88 0 0.14 0.38 170.43 0.78 0.35
Hex 13 9D 87 58 0 E 26 AA 4E 23
Octal 23 235 207 130 0 16 46 252 116 43
Binary 10011 10011101 10000111 1011000 0 1110 100110 10101010 1001110 100011

Color Harmonies of #139D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139D87

Black with #139D87

Text Example


Text Example

White with #139D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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