Shades of Cyprus #19504F
Tints of Cyprus #19504F
RGB
CMYK
RGB Variations
Color information
#19504F (or 0x19504F) is known color: Cyprus. HEX triplet: 19, 50 and 4F. RGB value is (25,80,79). Sum of RGB (Red+Green+Blue) = 25+80+79=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #19504F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19504F is #E6AFB0. Grayscale: #3F3F3F. Windows color (decimal): -15118257 or 5197849. OLE color: 5197849.
HSL color Cylindrical-coordinate representation of color #19504F: hue angle of 178.91º 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 #19504F is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 79 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.69 |
| HSL | 178.91º | 0.52% | 0.21% | - |
| HSV(B) | 178.91º | 0.69% | 0.31% | - |
| XYZ | 4.68 | 6.51 | 8.41 | - |
| YUV | 63.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 79 | 0.69 | 0 | 0.01 | 0.69 | 178.91 | 0.52 | 0.21 |
| Hex | 19 | 50 | 4F | 45 | 0 | 1 | 45 | B3 | 34 | 15 |
| Octal | 31 | 120 | 117 | 105 | 0 | 1 | 105 | 263 | 64 | 25 |
| Binary | 11001 | 1010000 | 1001111 | 1000101 | 0 | 1 | 1000101 | 10110011 | 110100 | 10101 |
Color Harmonies of #19504F
Complementary color
Monochromatic Colors of #19504F
Black with #19504F
Text Example
Text Example
White with #19504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19504F; }
p { color: rgb(25,80,79); }
H1.HeaderClassName
{
color: #19504F;
}
.AnyTagClassName
{
color: #19504F;
}
</style>
background-color css
<style>
a { background-color: #19504F; }
a { background-color: rgb(25,80,79); }
div.DivClassName
{
background-color: #19504F;
}
.BgClassName
{
background-color: #19504F;
}
</style>
border-color css
<style>
span { border-color: #19504F; }
span { border-color: rgb(25,80,79); }
td.TdClassName
{
border-color: #19504F;
}
.TagClassName
{
border-color: #19504F;
}
</style>