#149F8B

Color #149F8B Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #149F8B

Tints of Persian Green #149F8B

Color information

#149F8B (or 0x149F8B) is unknown color: approx Persian Green. HEX triplet: 14, 9F and 8B. RGB value is (20,159,139). Sum of RGB (Red+Green+Blue) = 20+159+139=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #149F8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149F8B is #EB6074. Grayscale: #737373. Windows color (decimal): -15425653 or 9150228. OLE color: 9150228.

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

Color convert

RGB20159139-
CMYK0.8700.130.38
HSL171.37º77.65%35.1%-
HSV(B)171.37º87.42%62.35%-
XYZ17.3526.8128.69-
YUV115.16141.4560.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.29%
GREEN value IS 159 (62.5% from 255) = 50%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=6.29%
G=50%
B=43.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201591390.8700.130.38171.3777.6535.1
Hex149F8B570D26ab4e23
Octal242372131270154625311643
Binary101001001111110001011101011101101100110101010111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,159,139); }

 H1.HeaderClassName
 {
   color: #149F8B;
 }
 .AnyTagClassName
 {
   color: #149F8B;
 }
</style>
background-color css

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

 a { background-color: rgb(20,159,139); }

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

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

 span { border-color: rgb(20,159,139); }

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