#13A98E

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

Shades of Mountain Meadow #13A98E

Tints of Mountain Meadow #13A98E

Color information

#13A98E (or 0x13A98E) is unknown color: approx Mountain Meadow. HEX triplet: 13, A9 and 8E. RGB value is (19,169,142). Sum of RGB (Red+Green+Blue) = 19+169+142=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #13A98E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A98E is #EC5671. Grayscale: #797979. Windows color (decimal): -15488626 or 9349395. OLE color: 9349395.

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

Color convert

RGB19169142-
CMYK0.8900.160.34
HSL169.2º79.79%36.86%-
HSV(B)169.2º88.76%66.27%-
XYZ19.3430.4730.45-
YUV121.07139.855.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.76%
GREEN value IS 169 (66.41% from 255) = 51.21%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=5.76%
G=51.21%
B=43.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal191691420.8900.160.34169.279.7936.86
Hex13A98E5901022a95025
Octal232512161310204225112045
Binary1001110101001100011101011001010000100010101010011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,169,142); }

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

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

 a { background-color: rgb(19,169,142); }

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

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

 span { border-color: rgb(19,169,142); }

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