Shades of Cyprus #124C46
Tints of Cyprus #124C46
RGB
CMYK
RGB Variations
Color information
#124C46 (or 0x124C46) is known color: Cyprus. HEX triplet: 12, 4C and 46. RGB value is (18,76,70). Sum of RGB (Red+Green+Blue) = 18+76+70=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #124C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C46 is #EDB3B9. Grayscale: #393939. Windows color (decimal): -15578042 or 4606994. OLE color: 4606994.
HSL color Cylindrical-coordinate representation of color #124C46: hue angle of 173.79º 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 #124C46 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 70 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.70 |
| HSL | 173.79º | 0.62% | 0.18% | - |
| HSV(B) | 173.79º | 0.76% | 0.3% | - |
| XYZ | 3.94 | 5.74 | 6.69 | - |
| YUV | 57.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 70 | 0.76 | 0 | 0.08 | 0.70 | 173.79 | 0.62 | 0.18 |
| Hex | 12 | 4C | 46 | 4C | 0 | 8 | 46 | AE | 3E | 12 |
| Octal | 22 | 114 | 106 | 114 | 0 | 10 | 106 | 256 | 76 | 22 |
| Binary | 10010 | 1001100 | 1000110 | 1001100 | 0 | 1000 | 1000110 | 10101110 | 111110 | 10010 |
Color Harmonies of #124C46
Complementary color
Monochromatic Colors of #124C46
Black with #124C46
Text Example
Text Example
White with #124C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C46; }
p { color: rgb(18,76,70); }
H1.HeaderClassName
{
color: #124C46;
}
.AnyTagClassName
{
color: #124C46;
}
</style>
background-color css
<style>
a { background-color: #124C46; }
a { background-color: rgb(18,76,70); }
div.DivClassName
{
background-color: #124C46;
}
.BgClassName
{
background-color: #124C46;
}
</style>
border-color css
<style>
span { border-color: #124C46; }
span { border-color: rgb(18,76,70); }
td.TdClassName
{
border-color: #124C46;
}
.TagClassName
{
border-color: #124C46;
}
</style>