#13A282

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

Shades of Mountain Meadow #13A282

Tints of Mountain Meadow #13A282

Color information

#13A282 (or 0x13A282) is unknown color: approx Mountain Meadow. HEX triplet: 13, A2 and 82. RGB value is (19,162,130). Sum of RGB (Red+Green+Blue) = 19+162+130=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #13A282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A282 is #EC5D7D. Grayscale: #737373. Windows color (decimal): -15490430 or 8561171. OLE color: 8561171.

HSL color Cylindrical-coordinate representation of color #13A282: hue angle of 166.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A282 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB19162130-
CMYK0.8800.200.36
HSL166.57º79.01%35.49%-
HSV(B)166.57º88.27%63.53%-
XYZ17.2227.5925.54-
YUV115.6136.1259.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.11%
GREEN value IS 162 (63.67% from 255) = 52.09%
BLUE value IS 130 (51.17% from 255) = 41.80%
R=6.11%
G=52.09%
B=41.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal191621300.8800.200.36166.5779.0135.49
Hex13A2825801424a74f23
Octal232422021300244424711743
Binary1001110100010100000101011000010100100100101001111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,162,130); }

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

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

 a { background-color: rgb(19,162,130); }

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

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

 span { border-color: rgb(19,162,130); }

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