Shades of Cyprus #124A51
Tints of Cyprus #124A51
RGB
CMYK
RGB Variations
Color information
#124A51 (or 0x124A51) is known color: Cyprus. HEX triplet: 12, 4A and 51. RGB value is (18,74,81). Sum of RGB (Red+Green+Blue) = 18+74+81=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #124A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A51 is #EDB5AE. Grayscale: #393939. Windows color (decimal): -15578543 or 5327378. OLE color: 5327378.
HSL color Cylindrical-coordinate representation of color #124A51: hue angle of 186.67º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124A51 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 74 | 81 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.68 |
| HSL | 186.67º | 0.64% | 0.19% | - |
| HSV(B) | 186.67º | 0.78% | 0.32% | - |
| XYZ | 4.18 | 5.62 | 8.65 | - |
| YUV | 58.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 81 | 0.78 | 0.09 | 0 | 0.68 | 186.67 | 0.64 | 0.19 |
| Hex | 12 | 4A | 51 | 4E | 9 | 0 | 44 | BB | 40 | 13 |
| Octal | 22 | 112 | 121 | 116 | 11 | 0 | 104 | 273 | 100 | 23 |
| Binary | 10010 | 1001010 | 1010001 | 1001110 | 1001 | 0 | 1000100 | 10111011 | 1000000 | 10011 |
Color Harmonies of #124A51
Complementary color
Monochromatic Colors of #124A51
Black with #124A51
Text Example
Text Example
White with #124A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A51; }
p { color: rgb(18,74,81); }
H1.HeaderClassName
{
color: #124A51;
}
.AnyTagClassName
{
color: #124A51;
}
</style>
background-color css
<style>
a { background-color: #124A51; }
a { background-color: rgb(18,74,81); }
div.DivClassName
{
background-color: #124A51;
}
.BgClassName
{
background-color: #124A51;
}
</style>
border-color css
<style>
span { border-color: #124A51; }
span { border-color: rgb(18,74,81); }
td.TdClassName
{
border-color: #124A51;
}
.TagClassName
{
border-color: #124A51;
}
</style>