Shades of Tiber #194D50
Tints of Tiber #194D50
RGB
CMYK
RGB Variations
Color information
#194D50 (or 0x194D50) is known color: Tiber. HEX triplet: 19, 4D and 50. RGB value is (25,77,80). Sum of RGB (Red+Green+Blue) = 25+77+80=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #194D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D50 is #E6B2AF. Grayscale: #3D3D3D. Windows color (decimal): -15119024 or 5262617. OLE color: 5262617.
HSL color Cylindrical-coordinate representation of color #194D50: hue angle of 183.27º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #194D50 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 77 | 80 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.69 |
| HSL | 183.27º | 0.52% | 0.21% | - |
| HSV(B) | 183.27º | 0.69% | 0.31% | - |
| XYZ | 4.5 | 6.09 | 8.53 | - |
| YUV | 61.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 80 | 0.69 | 0.04 | 0 | 0.69 | 183.27 | 0.52 | 0.21 |
| Hex | 19 | 4D | 50 | 45 | 4 | 0 | 45 | B7 | 34 | 15 |
| Octal | 31 | 115 | 120 | 105 | 4 | 0 | 105 | 267 | 64 | 25 |
| Binary | 11001 | 1001101 | 1010000 | 1000101 | 100 | 0 | 1000101 | 10110111 | 110100 | 10101 |
Color Harmonies of #194D50
Complementary color
Monochromatic Colors of #194D50
Black with #194D50
Text Example
Text Example
White with #194D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D50; }
p { color: rgb(25,77,80); }
H1.HeaderClassName
{
color: #194D50;
}
.AnyTagClassName
{
color: #194D50;
}
</style>
background-color css
<style>
a { background-color: #194D50; }
a { background-color: rgb(25,77,80); }
div.DivClassName
{
background-color: #194D50;
}
.BgClassName
{
background-color: #194D50;
}
</style>
border-color css
<style>
span { border-color: #194D50; }
span { border-color: rgb(25,77,80); }
td.TdClassName
{
border-color: #194D50;
}
.TagClassName
{
border-color: #194D50;
}
</style>