#13B880

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

Shades of Mountain Meadow #13B880

Tints of Mountain Meadow #13B880

Color information

#13B880 (or 0x13B880) is unknown color: approx Mountain Meadow. HEX triplet: 13, B8 and 80. RGB value is (19,184,128). Sum of RGB (Red+Green+Blue) = 19+184+128=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #13B880 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B880 is #EC477F. Grayscale: #808080. Windows color (decimal): -15484800 or 8435731. OLE color: 8435731.

HSL color Cylindrical-coordinate representation of color #13B880: hue angle of 159.64º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B880 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB19184128-
CMYK0.9000.300.28
HSL159.64º81.28%39.8%-
HSV(B)159.64º89.67%72.16%-
XYZ21.3135.9826.24-
YUV128.28127.8450.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.74%
GREEN value IS 184 (72.27% from 255) = 55.59%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=5.74%
G=55.59%
B=38.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal191841280.9000.300.28159.6481.2839.8
Hex13B8805A01E1Ca05128
Octal232702001320363424012150
Binary100111011100010000000101101001111011100101000001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,184,128); }

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

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

 a { background-color: rgb(19,184,128); }

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

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

 span { border-color: rgb(19,184,128); }

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