Shades of Cyprus #19504E
Tints of Cyprus #19504E
RGB
CMYK
RGB Variations
Color information
#19504E (or 0x19504E) is known color: Cyprus. HEX triplet: 19, 50 and 4E. RGB value is (25,80,78). Sum of RGB (Red+Green+Blue) = 25+80+78=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #19504E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19504E is #E6AFB1. Grayscale: #3F3F3F. Windows color (decimal): -15118258 or 5132313. OLE color: 5132313.
HSL color Cylindrical-coordinate representation of color #19504E: hue angle of 177.82º 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 #19504E is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 78 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.69 |
| HSL | 177.82º | 0.52% | 0.21% | - |
| HSV(B) | 177.82º | 0.69% | 0.31% | - |
| XYZ | 4.64 | 6.49 | 8.22 | - |
| YUV | 63.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 78 | 0.69 | 0 | 0.02 | 0.69 | 177.82 | 0.52 | 0.21 |
| Hex | 19 | 50 | 4E | 45 | 0 | 2 | 45 | B2 | 34 | 15 |
| Octal | 31 | 120 | 116 | 105 | 0 | 2 | 105 | 262 | 64 | 25 |
| Binary | 11001 | 1010000 | 1001110 | 1000101 | 0 | 10 | 1000101 | 10110010 | 110100 | 10101 |
Color Harmonies of #19504E
Complementary color
Monochromatic Colors of #19504E
Black with #19504E
Text Example
Text Example
White with #19504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19504E; }
p { color: rgb(25,80,78); }
H1.HeaderClassName
{
color: #19504E;
}
.AnyTagClassName
{
color: #19504E;
}
</style>
background-color css
<style>
a { background-color: #19504E; }
a { background-color: rgb(25,80,78); }
div.DivClassName
{
background-color: #19504E;
}
.BgClassName
{
background-color: #19504E;
}
</style>
border-color css
<style>
span { border-color: #19504E; }
span { border-color: rgb(25,80,78); }
td.TdClassName
{
border-color: #19504E;
}
.TagClassName
{
border-color: #19504E;
}
</style>