#13AA83

Color #13AA83 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #13AA83

Tints of Mountain Meadow #13AA83

Color information

#13AA83 (or 0x13AA83) is unknown color: approx Mountain Meadow. HEX triplet: 13, AA and 83. RGB value is (19,170,131). Sum of RGB (Red+Green+Blue) = 19+170+131=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AA83 is #EC557C. Grayscale: #787878. Windows color (decimal): -15488381 or 8628755. OLE color: 8628755.

HSL color Cylindrical-coordinate representation of color #13AA83: hue angle of 164.5º 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 #13AA83 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB19170131-
CMYK0.8900.230.33
HSL164.5º79.89%37.06%-
HSV(B)164.5º88.82%66.67%-
XYZ18.7430.5326.38-
YUV120.4133.9755.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.94%
GREEN value IS 170 (66.80% from 255) = 53.12%
BLUE value IS 131 (51.56% from 255) = 40.94%
R=5.94%
G=53.12%
B=40.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191701310.8900.230.33164.579.8937.06
Hex13AA835901721a55025
Octal232522031310274124512045
Binary1001110101010100000111011001010111100001101001011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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