Shades of Cyprus #18514D
Tints of Cyprus #18514D
RGB
CMYK
RGB Variations
Color information
#18514D (or 0x18514D) is known color: Cyprus. HEX triplet: 18, 51 and 4D. RGB value is (24,81,77). Sum of RGB (Red+Green+Blue) = 24+81+77=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #18514D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18514D is #E7AEB2. Grayscale: #3F3F3F. Windows color (decimal): -15183539 or 5067032. OLE color: 5067032.
HSL color Cylindrical-coordinate representation of color #18514D: hue angle of 175.79º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18514D is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 81 | 77 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.68 |
| HSL | 175.79º | 0.54% | 0.21% | - |
| HSV(B) | 175.79º | 0.7% | 0.32% | - |
| XYZ | 4.66 | 6.61 | 8.05 | - |
| YUV | 63.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 77 | 0.70 | 0 | 0.05 | 0.68 | 175.79 | 0.54 | 0.21 |
| Hex | 18 | 51 | 4D | 46 | 0 | 5 | 44 | B0 | 36 | 15 |
| Octal | 30 | 121 | 115 | 106 | 0 | 5 | 104 | 260 | 66 | 25 |
| Binary | 11000 | 1010001 | 1001101 | 1000110 | 0 | 101 | 1000100 | 10110000 | 110110 | 10101 |
Color Harmonies of #18514D
Complementary color
Monochromatic Colors of #18514D
Black with #18514D
Text Example
Text Example
White with #18514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18514D; }
p { color: rgb(24,81,77); }
H1.HeaderClassName
{
color: #18514D;
}
.AnyTagClassName
{
color: #18514D;
}
</style>
background-color css
<style>
a { background-color: #18514D; }
a { background-color: rgb(24,81,77); }
div.DivClassName
{
background-color: #18514D;
}
.BgClassName
{
background-color: #18514D;
}
</style>
border-color css
<style>
span { border-color: #18514D; }
span { border-color: rgb(24,81,77); }
td.TdClassName
{
border-color: #18514D;
}
.TagClassName
{
border-color: #18514D;
}
</style>