Html Css Color HEX #149D88 Persian Green

📋 copy color: '#149D88'

red 20 ◦ green 157 ◦ blue 136

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

Shades of Persian Green #149D88

Tints of Persian Green #149D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.45%

R = 6.39%
G = 50.16%
B = 43.45%

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

#149D88 (or 0x149D88) is known color: Persian Green. HEX triplet: 14, 9D and 88. RGB value is (20,157,136). Sum of RGB (Red+Green+Blue) = 20+157+136=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #149D88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149D88 is #EB6277. Grayscale: #717171. Windows color (decimal): -15426168 or 8953108. OLE color: 8953108.

HSL color Cylindrical-coordinate representation of color #149D88: hue angle of 170.8º degrees, saturation: 0.77, 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 #149D88 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 157 136 -
CMYK 0.87 0 0.13 0.38
HSL 170.8º 0.77% 0.35% -
HSV(B) 170.8º 0.87% 0.62% -
XYZ 16.79 26.04 27.43 -
YUV 113.64 140.61 61.21 -
System Red Green Blue C M Y K H S L
Decimal 20 157 136 0.87 0 0.13 0.38 170.8 0.77 0.35
Hex 14 9D 88 57 0 D 26 AB 4D 23
Octal 24 235 210 127 0 15 46 253 115 43
Binary 10100 10011101 10001000 1010111 0 1101 100110 10101011 1001101 100011

Color Harmonies of #149D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149D88

Black with #149D88

Text Example


Text Example

White with #149D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,157,136); }

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

background-color css

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

 a { background-color: rgb(20,157,136); }

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

border-color css

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

 span { border-color: rgb(20,157,136); }

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