Shades of Cyprus #184F4C
Tints of Cyprus #184F4C
RGB
CMYK
RGB Variations
Color information
#184F4C (or 0x184F4C) is known color: Cyprus. HEX triplet: 18, 4F and 4C. RGB value is (24,79,76). Sum of RGB (Red+Green+Blue) = 24+79+76=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #184F4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184F4C is #E7B0B3. Grayscale: #3E3E3E. Windows color (decimal): -15184052 or 5000984. OLE color: 5000984.
HSL color Cylindrical-coordinate representation of color #184F4C: hue angle of 176.73º degrees, saturation: 0.53, 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 #184F4C is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 79 | 76 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.69 |
| HSL | 176.73º | 0.53% | 0.2% | - |
| HSV(B) | 176.73º | 0.7% | 0.31% | - |
| XYZ | 4.48 | 6.31 | 7.82 | - |
| YUV | 62.21 | 135.78 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 76 | 0.70 | 0 | 0.04 | 0.69 | 176.73 | 0.53 | 0.2 |
| Hex | 18 | 4F | 4C | 46 | 0 | 4 | 45 | B1 | 35 | 14 |
| Octal | 30 | 117 | 114 | 106 | 0 | 4 | 105 | 261 | 65 | 24 |
| Binary | 11000 | 1001111 | 1001100 | 1000110 | 0 | 100 | 1000101 | 10110001 | 110101 | 10100 |
Color Harmonies of #184F4C
Complementary color
Monochromatic Colors of #184F4C
Black with #184F4C
Text Example
Text Example
White with #184F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F4C; }
p { color: rgb(24,79,76); }
H1.HeaderClassName
{
color: #184F4C;
}
.AnyTagClassName
{
color: #184F4C;
}
</style>
background-color css
<style>
a { background-color: #184F4C; }
a { background-color: rgb(24,79,76); }
div.DivClassName
{
background-color: #184F4C;
}
.BgClassName
{
background-color: #184F4C;
}
</style>
border-color css
<style>
span { border-color: #184F4C; }
span { border-color: rgb(24,79,76); }
td.TdClassName
{
border-color: #184F4C;
}
.TagClassName
{
border-color: #184F4C;
}
</style>