#13B195

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

Shades of Mountain Meadow #13B195

Tints of Mountain Meadow #13B195

Color information

#13B195 (or 0x13B195) is unknown color: approx Mountain Meadow. HEX triplet: 13, B1 and 95. RGB value is (19,177,149). Sum of RGB (Red+Green+Blue) = 19+177+149=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #13B195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B195 is #EC4E6A. Grayscale: #7E7E7E. Windows color (decimal): -15486571 or 9810195. OLE color: 9810195.

HSL color Cylindrical-coordinate representation of color #13B195: hue angle of 169.37º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B195 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB19177149-
CMYK0.8900.160.31
HSL169.37º80.61%38.43%-
HSV(B)169.37º89.27%69.41%-
XYZ21.4233.7533.82-
YUV126.57140.6551.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.51%
GREEN value IS 177 (69.53% from 255) = 51.30%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=5.51%
G=51.30%
B=43.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal191771490.8900.160.31169.3780.6138.43
Hex13B195590101Fa95126
Octal232612251310203725112146
Binary100111011000110010101101100101000011111101010011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,177,149); }

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

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

 a { background-color: rgb(19,177,149); }

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

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

 span { border-color: rgb(19,177,149); }

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