Shades of Cyprus #19514F
Tints of Cyprus #19514F
RGB
CMYK
RGB Variations
Color information
#19514F (or 0x19514F) is known color: Cyprus. HEX triplet: 19, 51 and 4F. RGB value is (25,81,79). Sum of RGB (Red+Green+Blue) = 25+81+79=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #19514F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19514F is #E6AEB0. Grayscale: #3F3F3F. Windows color (decimal): -15118001 or 5198105. OLE color: 5198105.
HSL color Cylindrical-coordinate representation of color #19514F: hue angle of 177.86º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19514F is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 81 | 79 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.68 |
| HSL | 177.86º | 0.53% | 0.21% | - |
| HSV(B) | 177.86º | 0.69% | 0.32% | - |
| XYZ | 4.75 | 6.66 | 8.43 | - |
| YUV | 64.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 79 | 0.69 | 0 | 0.02 | 0.68 | 177.86 | 0.53 | 0.21 |
| Hex | 19 | 51 | 4F | 45 | 0 | 2 | 44 | B2 | 35 | 15 |
| Octal | 31 | 121 | 117 | 105 | 0 | 2 | 104 | 262 | 65 | 25 |
| Binary | 11001 | 1010001 | 1001111 | 1000101 | 0 | 10 | 1000100 | 10110010 | 110101 | 10101 |
Color Harmonies of #19514F
Complementary color
Monochromatic Colors of #19514F
Black with #19514F
Text Example
Text Example
White with #19514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19514F; }
p { color: rgb(25,81,79); }
H1.HeaderClassName
{
color: #19514F;
}
.AnyTagClassName
{
color: #19514F;
}
</style>
background-color css
<style>
a { background-color: #19514F; }
a { background-color: rgb(25,81,79); }
div.DivClassName
{
background-color: #19514F;
}
.BgClassName
{
background-color: #19514F;
}
</style>
border-color css
<style>
span { border-color: #19514F; }
span { border-color: rgb(25,81,79); }
td.TdClassName
{
border-color: #19514F;
}
.TagClassName
{
border-color: #19514F;
}
</style>