Html Css Color HEX #149B86 Persian Green

📋 copy color: '#149B86'

red 20 ◦ green 155 ◦ blue 134

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

Shades of Persian Green #149B86

Tints of Persian Green #149B86

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.16%

 BLUE value IS 134 (52.73% from 255) = 43.37%

R = 6.47%
G = 50.16%
B = 43.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#149B86 (or 0x149B86) is known color: Persian Green. HEX triplet: 14, 9B and 86. RGB value is (20,155,134). Sum of RGB (Red+Green+Blue) = 20+155+134=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #149B86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149B86 is #EB6479. Grayscale: #707070. Windows color (decimal): -15426682 or 8821524. OLE color: 8821524.

HSL color Cylindrical-coordinate representation of color #149B86: hue angle of 170.67º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149B86 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 155 134 -
CMYK 0.87 0 0.14 0.39
HSL 170.67º 0.77% 0.34% -
HSV(B) 170.67º 0.87% 0.61% -
XYZ 16.31 25.31 26.58 -
YUV 112.24 140.27 62.21 -
System Red Green Blue C M Y K H S L
Decimal 20 155 134 0.87 0 0.14 0.39 170.67 0.77 0.34
Hex 14 9B 86 57 0 E 27 AB 4D 22
Octal 24 233 206 127 0 16 47 253 115 42
Binary 10100 10011011 10000110 1010111 0 1110 100111 10101011 1001101 100010

Color Harmonies of #149B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149B86

Black with #149B86

Text Example


Text Example

White with #149B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,155,134); }

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

background-color css

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

 a { background-color: rgb(20,155,134); }

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

border-color css

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

 span { border-color: rgb(20,155,134); }

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