Shades of Cyprus #18504E
Tints of Cyprus #18504E
RGB
CMYK
RGB Variations
Color information
#18504E (or 0x18504E) is known color: Cyprus. HEX triplet: 18, 50 and 4E. RGB value is (24,80,78). Sum of RGB (Red+Green+Blue) = 24+80+78=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #18504E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18504E is #E7AFB1. Grayscale: #3E3E3E. Windows color (decimal): -15183794 or 5132312. OLE color: 5132312.
HSL color Cylindrical-coordinate representation of color #18504E: hue angle of 177.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18504E is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 80 | 78 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.69 |
| HSL | 177.86º | 0.54% | 0.2% | - |
| HSV(B) | 177.86º | 0.7% | 0.31% | - |
| XYZ | 4.62 | 6.48 | 8.22 | - |
| YUV | 63.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 78 | 0.70 | 0 | 0.02 | 0.69 | 177.86 | 0.54 | 0.2 |
| Hex | 18 | 50 | 4E | 46 | 0 | 2 | 45 | B2 | 36 | 14 |
| Octal | 30 | 120 | 116 | 106 | 0 | 2 | 105 | 262 | 66 | 24 |
| Binary | 11000 | 1010000 | 1001110 | 1000110 | 0 | 10 | 1000101 | 10110010 | 110110 | 10100 |
Color Harmonies of #18504E
Complementary color
Monochromatic Colors of #18504E
Black with #18504E
Text Example
Text Example
White with #18504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18504E; }
p { color: rgb(24,80,78); }
H1.HeaderClassName
{
color: #18504E;
}
.AnyTagClassName
{
color: #18504E;
}
</style>
background-color css
<style>
a { background-color: #18504E; }
a { background-color: rgb(24,80,78); }
div.DivClassName
{
background-color: #18504E;
}
.BgClassName
{
background-color: #18504E;
}
</style>
border-color css
<style>
span { border-color: #18504E; }
span { border-color: rgb(24,80,78); }
td.TdClassName
{
border-color: #18504E;
}
.TagClassName
{
border-color: #18504E;
}
</style>