Html Css Color HEX #139D8A Persian Green

📋 copy color: '#139D8A'

red 19 ◦ green 157 ◦ blue 138

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

Shades of Persian Green #139D8A

Tints of Persian Green #139D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 6.05%
G = 50%
B = 43.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#139D8A (or 0x139D8A) is known color: Persian Green. HEX triplet: 13, 9D and 8A. RGB value is (19,157,138). Sum of RGB (Red+Green+Blue) = 19+157+138=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #139D8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139D8A is #EC6275. Grayscale: #717171. Windows color (decimal): -15491702 or 9084179. OLE color: 9084179.

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

Color convert

RGB 19 157 138 -
CMYK 0.88 0 0.12 0.38
HSL 171.74º 0.78% 0.35% -
HSV(B) 171.74º 0.88% 0.62% -
XYZ 16.91 26.09 28.19 -
YUV 113.57 141.78 60.54 -
System Red Green Blue C M Y K H S L
Decimal 19 157 138 0.88 0 0.12 0.38 171.74 0.78 0.35
Hex 13 9D 8A 58 0 C 26 AC 4E 23
Octal 23 235 212 130 0 14 46 254 116 43
Binary 10011 10011101 10001010 1011000 0 1100 100110 10101100 1001110 100011

Color Harmonies of #139D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139D8A

Black with #139D8A

Text Example


Text Example

White with #139D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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