#15AE97

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

Shades of Persian Green #15AE97

Tints of Persian Green #15AE97

Color information

#15AE97 (or 0x15AE97) is unknown color: approx Persian Green. HEX triplet: 15, AE and 97. RGB value is (21,174,151). Sum of RGB (Red+Green+Blue) = 21+174+151=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #15AE97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15AE97 is #EA5168. Grayscale: #7D7D7D. Windows color (decimal): -15356265 or 9940501. OLE color: 9940501.

HSL color Cylindrical-coordinate representation of color #15AE97: hue angle of 170.98º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AE97 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB21174151-
CMYK0.8800.130.32
HSL170.98º78.46%38.24%-
HSV(B)170.98º87.93%68.24%-
XYZ21.0332.6734.47-
YUV125.63142.3153.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.07%
GREEN value IS 174 (68.36% from 255) = 50.29%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=6.07%
G=50.29%
B=43.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211741510.8800.130.32170.9878.4638.24
Hex15AE97580D20ab4e26
Octal252562271300154025311646
Binary101011010111010010111101100001101100000101010111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,174,151); }

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

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

 a { background-color: rgb(21,174,151); }

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

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

 span { border-color: rgb(21,174,151); }

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