Html Css Color HEX #149E89 Persian Green

📋 copy color: '#149E89'

red 20 ◦ green 158 ◦ blue 137

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

Shades of Persian Green #149E89

Tints of Persian Green #149E89

RGB

 RED value IS 20 (8.2% from 255) = 6.35%

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

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 6.35%
G = 50.16%
B = 43.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#149E89 (or 0x149E89) is known color: Persian Green. HEX triplet: 14, 9E and 89. RGB value is (20,158,137). Sum of RGB (Red+Green+Blue) = 20+158+137=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #149E89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149E89 is #EB6176. Grayscale: #727272. Windows color (decimal): -15425911 or 9018900. OLE color: 9018900.

HSL color Cylindrical-coordinate representation of color #149E89: hue angle of 170.87º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149E89 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 158 137 -
CMYK 0.87 0 0.13 0.38
HSL 170.87º 0.78% 0.35% -
HSV(B) 170.87º 0.87% 0.62% -
XYZ 17.03 26.41 27.87 -
YUV 114.34 140.78 60.71 -
System Red Green Blue C M Y K H S L
Decimal 20 158 137 0.87 0 0.13 0.38 170.87 0.78 0.35
Hex 14 9E 89 57 0 D 26 AB 4E 23
Octal 24 236 211 127 0 15 46 253 116 43
Binary 10100 10011110 10001001 1010111 0 1101 100110 10101011 1001110 100011

Color Harmonies of #149E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149E89

Black with #149E89

Text Example


Text Example

White with #149E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149E89; }

 p { color: rgb(20,158,137); }

 H1.HeaderClassName
 {
   color: #149E89;
 }
 .AnyTagClassName
 {
   color: #149E89;
 }
</style>

background-color css

<style>
 a { background-color: #149E89; }

 a { background-color: rgb(20,158,137); }

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

border-color css

<style>
 span { border-color: #149E89; }

 span { border-color: rgb(20,158,137); }

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