Html Css Color HEX #139E8E Persian Green

📋 copy color: '#139E8E'

red 19 ◦ green 158 ◦ blue 142

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

Shades of Persian Green #139E8E

Tints of Persian Green #139E8E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.53%

 BLUE value IS 142 (55.86% from 255) = 44.51%

R = 5.96%
G = 49.53%
B = 44.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#139E8E (or 0x139E8E) is known color: Persian Green. HEX triplet: 13, 9E and 8E. RGB value is (19,158,142). Sum of RGB (Red+Green+Blue) = 19+158+142=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #139E8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139E8E is #EC6171. Grayscale: #727272. Windows color (decimal): -15491442 or 9346579. OLE color: 9346579.

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

Color convert

RGB 19 158 142 -
CMYK 0.88 0 0.10 0.38
HSL 173.09º 0.79% 0.35% -
HSV(B) 173.09º 0.88% 0.62% -
XYZ 17.38 26.55 29.8 -
YUV 114.62 143.45 59.8 -
System Red Green Blue C M Y K H S L
Decimal 19 158 142 0.88 0 0.10 0.38 173.09 0.79 0.35
Hex 13 9E 8E 58 0 A 26 AD 4F 23
Octal 23 236 216 130 0 12 46 255 117 43
Binary 10011 10011110 10001110 1011000 0 1010 100110 10101101 1001111 100011

Color Harmonies of #139E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139E8E

Black with #139E8E

Text Example


Text Example

White with #139E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,158,142); }

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

background-color css

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

 a { background-color: rgb(19,158,142); }

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

border-color css

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

 span { border-color: rgb(19,158,142); }

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