#13AA92

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

Shades of Persian Green #13AA92

Tints of Persian Green #13AA92

Color information

#13AA92 (or 0x13AA92) is unknown color: approx Persian Green. HEX triplet: 13, AA and 92. RGB value is (19,170,146). Sum of RGB (Red+Green+Blue) = 19+170+146=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AA92 is #EC556D. Grayscale: #7A7A7A. Windows color (decimal): -15488366 or 9611795. OLE color: 9611795.

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

Color convert

RGB19170146-
CMYK0.8900.140.33
HSL170.46º79.89%37.06%-
HSV(B)170.46º88.82%66.67%-
XYZ19.8330.9632.13-
YUV122.12141.4754.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.67%
GREEN value IS 170 (66.80% from 255) = 50.75%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=5.67%
G=50.75%
B=43.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191701460.8900.140.33170.4679.8937.06
Hex13AA92590E21aa5025
Octal232522221310164125212045
Binary100111010101010010010101100101110100001101010101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,170,146); }

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

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

 a { background-color: rgb(19,170,146); }

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

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

 span { border-color: rgb(19,170,146); }

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