Shades of Cyprus #19514C
Tints of Cyprus #19514C
RGB
CMYK
RGB Variations
Color information
#19514C (or 0x19514C) is known color: Cyprus. HEX triplet: 19, 51 and 4C. RGB value is (25,81,76). Sum of RGB (Red+Green+Blue) = 25+81+76=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #19514C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19514C is #E6AEB3. Grayscale: #3F3F3F. Windows color (decimal): -15118004 or 5001497. OLE color: 5001497.
HSL color Cylindrical-coordinate representation of color #19514C: hue angle of 174.64º 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 #19514C is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 81 | 76 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.68 |
| HSL | 174.64º | 0.53% | 0.21% | - |
| HSV(B) | 174.64º | 0.69% | 0.32% | - |
| XYZ | 4.65 | 6.61 | 7.87 | - |
| YUV | 63.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 76 | 0.69 | 0 | 0.06 | 0.68 | 174.64 | 0.53 | 0.21 |
| Hex | 19 | 51 | 4C | 45 | 0 | 6 | 44 | AF | 35 | 15 |
| Octal | 31 | 121 | 114 | 105 | 0 | 6 | 104 | 257 | 65 | 25 |
| Binary | 11001 | 1010001 | 1001100 | 1000101 | 0 | 110 | 1000100 | 10101111 | 110101 | 10101 |
Color Harmonies of #19514C
Complementary color
Monochromatic Colors of #19514C
Black with #19514C
Text Example
Text Example
White with #19514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19514C; }
p { color: rgb(25,81,76); }
H1.HeaderClassName
{
color: #19514C;
}
.AnyTagClassName
{
color: #19514C;
}
</style>
background-color css
<style>
a { background-color: #19514C; }
a { background-color: rgb(25,81,76); }
div.DivClassName
{
background-color: #19514C;
}
.BgClassName
{
background-color: #19514C;
}
</style>
border-color css
<style>
span { border-color: #19514C; }
span { border-color: rgb(25,81,76); }
td.TdClassName
{
border-color: #19514C;
}
.TagClassName
{
border-color: #19514C;
}
</style>