Shades of Mountain Meadow #13B294
Tints of Mountain Meadow #13B294
RGB
CMYK
RGB Variations
Color information
#13B294 (or 0x13B294) is known color: Mountain Meadow. HEX triplet: 13, B2 and 94. RGB value is (19,178,148). Sum of RGB (Red+Green+Blue) = 19+178+148=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 178 (69.92% from 255 or 51.59% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 178 - color contains mainly: green. Hex color #13B294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B294 is #EC4D6B. Grayscale: #7F7F7F. Windows color (decimal): -15486316 or 9744915. OLE color: 9744915.
HSL color Cylindrical-coordinate representation of color #13B294: hue angle of 168.68º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B294 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 178 | 148 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.30 |
| HSL | 168.68º | 0.81% | 0.39% | - |
| HSV(B) | 168.68º | 0.89% | 0.7% | - |
| XYZ | 21.53 | 34.12 | 33.47 | - |
| YUV | 127.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 178 | 148 | 0.89 | 0 | 0.17 | 0.30 | 168.68 | 0.81 | 0.39 |
| Hex | 13 | B2 | 94 | 59 | 0 | 11 | 1E | A9 | 51 | 27 |
| Octal | 23 | 262 | 224 | 131 | 0 | 21 | 36 | 251 | 121 | 47 |
| Binary | 10011 | 10110010 | 10010100 | 1011001 | 0 | 10001 | 11110 | 10101001 | 1010001 | 100111 |
Color Harmonies of #13B294
Complementary color
Monochromatic Colors of #13B294
Black with #13B294
Text Example
Text Example
White with #13B294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B294; }
p { color: rgb(19,178,148); }
H1.HeaderClassName
{
color: #13B294;
}
.AnyTagClassName
{
color: #13B294;
}
</style>
background-color css
<style>
a { background-color: #13B294; }
a { background-color: rgb(19,178,148); }
div.DivClassName
{
background-color: #13B294;
}
.BgClassName
{
background-color: #13B294;
}
</style>
border-color css
<style>
span { border-color: #13B294; }
span { border-color: rgb(19,178,148); }
td.TdClassName
{
border-color: #13B294;
}
.TagClassName
{
border-color: #13B294;
}
</style>