Shades of Cyprus #124C49
Tints of Cyprus #124C49
RGB
CMYK
RGB Variations
Color information
#124C49 (or 0x124C49) is known color: Cyprus. HEX triplet: 12, 4C and 49. RGB value is (18,76,73). Sum of RGB (Red+Green+Blue) = 18+76+73=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #124C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C49 is #EDB3B6. Grayscale: #3A3A3A. Windows color (decimal): -15578039 or 4803602. OLE color: 4803602.
HSL color Cylindrical-coordinate representation of color #124C49: hue angle of 176.9º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C49 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 73 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.70 |
| HSL | 176.9º | 0.62% | 0.18% | - |
| HSV(B) | 176.9º | 0.76% | 0.3% | - |
| XYZ | 4.04 | 5.78 | 7.21 | - |
| YUV | 58.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 73 | 0.76 | 0 | 0.04 | 0.70 | 176.9 | 0.62 | 0.18 |
| Hex | 12 | 4C | 49 | 4C | 0 | 4 | 46 | B1 | 3E | 12 |
| Octal | 22 | 114 | 111 | 114 | 0 | 4 | 106 | 261 | 76 | 22 |
| Binary | 10010 | 1001100 | 1001001 | 1001100 | 0 | 100 | 1000110 | 10110001 | 111110 | 10010 |
Color Harmonies of #124C49
Complementary color
Monochromatic Colors of #124C49
Black with #124C49
Text Example
Text Example
White with #124C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C49; }
p { color: rgb(18,76,73); }
H1.HeaderClassName
{
color: #124C49;
}
.AnyTagClassName
{
color: #124C49;
}
</style>
background-color css
<style>
a { background-color: #124C49; }
a { background-color: rgb(18,76,73); }
div.DivClassName
{
background-color: #124C49;
}
.BgClassName
{
background-color: #124C49;
}
</style>
border-color css
<style>
span { border-color: #124C49; }
span { border-color: rgb(18,76,73); }
td.TdClassName
{
border-color: #124C49;
}
.TagClassName
{
border-color: #124C49;
}
</style>