#15A48F

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

Shades of Persian Green #15A48F

Tints of Persian Green #15A48F

Color information

#15A48F (or 0x15A48F) is unknown color: approx Persian Green. HEX triplet: 15, A4 and 8F. RGB value is (21,164,143). Sum of RGB (Red+Green+Blue) = 21+164+143=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #15A48F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A48F is #EA5B70. Grayscale: #767676. Windows color (decimal): -15358833 or 9413653. OLE color: 9413653.

HSL color Cylindrical-coordinate representation of color #15A48F: hue angle of 171.19º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A48F is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB21164143-
CMYK0.8700.130.36
HSL171.19º77.3%36.27%-
HSV(B)171.19º87.2%64.31%-
XYZ18.5428.6930.55-
YUV118.85141.6258.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.40%
GREEN value IS 164 (64.45% from 255) = 50%
BLUE value IS 143 (56.25% from 255) = 43.60%
R=6.40%
G=50%
B=43.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211641430.8700.130.36171.1977.336.27
Hex15A48F570D24ab4d24
Octal252442171270154425311544
Binary101011010010010001111101011101101100100101010111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A48F; }

 p { color: rgb(21,164,143); }

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

<style>
 a { background-color: #15A48F; }

 a { background-color: rgb(21,164,143); }

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

<style>
 span { border-color: #15A48F; }

 span { border-color: rgb(21,164,143); }

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