Html Css Color HEX #139E90 Persian Green

📋 copy color: '#139E90'

red 19 ◦ green 158 ◦ blue 144

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

Shades of Persian Green #139E90

Tints of Persian Green #139E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 5.92%
G = 49.22%
B = 44.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#139E90 (or 0x139E90) is known color: Persian Green. HEX triplet: 13, 9E and 90. RGB value is (19,158,144). Sum of RGB (Red+Green+Blue) = 19+158+144=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #139E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139E90 is #EC616F. Grayscale: #727272. Windows color (decimal): -15491440 or 9477651. OLE color: 9477651.

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

Color convert

RGB 19 158 144 -
CMYK 0.88 0 0.09 0.38
HSL 173.96º 0.79% 0.35% -
HSV(B) 173.96º 0.88% 0.62% -
XYZ 17.53 26.61 30.6 -
YUV 114.84 144.45 59.64 -
System Red Green Blue C M Y K H S L
Decimal 19 158 144 0.88 0 0.09 0.38 173.96 0.79 0.35
Hex 13 9E 90 58 0 9 26 AE 4F 23
Octal 23 236 220 130 0 11 46 256 117 43
Binary 10011 10011110 10010000 1011000 0 1001 100110 10101110 1001111 100011

Color Harmonies of #139E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139E90

Black with #139E90

Text Example


Text Example

White with #139E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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