Shades of Cyprus #124C48
Tints of Cyprus #124C48
RGB
CMYK
RGB Variations
Color information
#124C48 (or 0x124C48) is known color: Cyprus. HEX triplet: 12, 4C and 48. RGB value is (18,76,72). Sum of RGB (Red+Green+Blue) = 18+76+72=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 76 - color contains mainly: green. Hex color #124C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C48 is #EDB3B7. Grayscale: #3A3A3A. Windows color (decimal): -15578040 or 4738066. OLE color: 4738066.
HSL color Cylindrical-coordinate representation of color #124C48: hue angle of 175.86º 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 #124C48 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 72 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.70 |
| HSL | 175.86º | 0.62% | 0.18% | - |
| HSV(B) | 175.86º | 0.76% | 0.3% | - |
| XYZ | 4 | 5.77 | 7.03 | - |
| YUV | 58.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 72 | 0.76 | 0 | 0.05 | 0.70 | 175.86 | 0.62 | 0.18 |
| Hex | 12 | 4C | 48 | 4C | 0 | 5 | 46 | B0 | 3E | 12 |
| Octal | 22 | 114 | 110 | 114 | 0 | 5 | 106 | 260 | 76 | 22 |
| Binary | 10010 | 1001100 | 1001000 | 1001100 | 0 | 101 | 1000110 | 10110000 | 111110 | 10010 |
Color Harmonies of #124C48
Complementary color
Monochromatic Colors of #124C48
Black with #124C48
Text Example
Text Example
White with #124C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C48; }
p { color: rgb(18,76,72); }
H1.HeaderClassName
{
color: #124C48;
}
.AnyTagClassName
{
color: #124C48;
}
</style>
background-color css
<style>
a { background-color: #124C48; }
a { background-color: rgb(18,76,72); }
div.DivClassName
{
background-color: #124C48;
}
.BgClassName
{
background-color: #124C48;
}
</style>
border-color css
<style>
span { border-color: #124C48; }
span { border-color: rgb(18,76,72); }
td.TdClassName
{
border-color: #124C48;
}
.TagClassName
{
border-color: #124C48;
}
</style>