Shades of Cyprus #184D52
Tints of Cyprus #184D52
RGB
CMYK
RGB Variations
Color information
#184D52 (or 0x184D52) is known color: Cyprus. HEX triplet: 18, 4D and 52. RGB value is (24,77,82). Sum of RGB (Red+Green+Blue) = 24+77+82=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #184D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D52 is #E7B2AD. Grayscale: #3D3D3D. Windows color (decimal): -15184558 or 5393688. OLE color: 5393688.
HSL color Cylindrical-coordinate representation of color #184D52: hue angle of 185.17º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #184D52 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 77 | 82 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.68 |
| HSL | 185.17º | 0.55% | 0.21% | - |
| HSV(B) | 185.17º | 0.71% | 0.32% | - |
| XYZ | 4.55 | 6.11 | 8.92 | - |
| YUV | 61.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 82 | 0.71 | 0.06 | 0 | 0.68 | 185.17 | 0.55 | 0.21 |
| Hex | 18 | 4D | 52 | 47 | 6 | 0 | 44 | B9 | 37 | 15 |
| Octal | 30 | 115 | 122 | 107 | 6 | 0 | 104 | 271 | 67 | 25 |
| Binary | 11000 | 1001101 | 1010010 | 1000111 | 110 | 0 | 1000100 | 10111001 | 110111 | 10101 |
Color Harmonies of #184D52
Complementary color
Monochromatic Colors of #184D52
Black with #184D52
Text Example
Text Example
White with #184D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184D52; }
p { color: rgb(24,77,82); }
H1.HeaderClassName
{
color: #184D52;
}
.AnyTagClassName
{
color: #184D52;
}
</style>
background-color css
<style>
a { background-color: #184D52; }
a { background-color: rgb(24,77,82); }
div.DivClassName
{
background-color: #184D52;
}
.BgClassName
{
background-color: #184D52;
}
</style>
border-color css
<style>
span { border-color: #184D52; }
span { border-color: rgb(24,77,82); }
td.TdClassName
{
border-color: #184D52;
}
.TagClassName
{
border-color: #184D52;
}
</style>