#13AE95

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

Shades of Persian Green #13AE95

Tints of Persian Green #13AE95

Color information

#13AE95 (or 0x13AE95) is unknown color: approx Persian Green. HEX triplet: 13, AE and 95. RGB value is (19,174,149). Sum of RGB (Red+Green+Blue) = 19+174+149=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AE95 is #EC516A. Grayscale: #7C7C7C. Windows color (decimal): -15487339 or 9809427. OLE color: 9809427.

HSL color Cylindrical-coordinate representation of color #13AE95: hue angle of 170.32º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AE95 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB19174149-
CMYK0.8900.140.32
HSL170.32º80.31%37.84%-
HSV(B)170.32º89.08%68.24%-
XYZ20.8332.5833.62-
YUV124.8141.6552.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.56%
GREEN value IS 174 (68.36% from 255) = 50.88%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=5.56%
G=50.88%
B=43.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191741490.8900.140.32170.3280.3137.84
Hex13AE95590E20aa5026
Octal232562251310164025212046
Binary100111010111010010101101100101110100000101010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13AE95; }

 p { color: rgb(19,174,149); }

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

<style>
 a { background-color: #13AE95; }

 a { background-color: rgb(19,174,149); }

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

<style>
 span { border-color: #13AE95; }

 span { border-color: rgb(19,174,149); }

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