Shades of Cyprus #124E54
Tints of Cyprus #124E54
RGB
CMYK
RGB Variations
Color information
#124E54 (or 0x124E54) is known color: Cyprus. HEX triplet: 12, 4E and 54. RGB value is (18,78,84). Sum of RGB (Red+Green+Blue) = 18+78+84=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #124E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E54 is #EDB1AB. Grayscale: #3C3C3C. Windows color (decimal): -15577516 or 5525010. OLE color: 5525010.
HSL color Cylindrical-coordinate representation of color #124E54: hue angle of 185.45º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124E54 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 78 | 84 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.67 |
| HSL | 185.45º | 0.65% | 0.2% | - |
| HSV(B) | 185.45º | 0.79% | 0.33% | - |
| XYZ | 4.57 | 6.22 | 9.35 | - |
| YUV | 60.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 84 | 0.79 | 0.07 | 0 | 0.67 | 185.45 | 0.65 | 0.2 |
| Hex | 12 | 4E | 54 | 4F | 7 | 0 | 43 | B9 | 41 | 14 |
| Octal | 22 | 116 | 124 | 117 | 7 | 0 | 103 | 271 | 101 | 24 |
| Binary | 10010 | 1001110 | 1010100 | 1001111 | 111 | 0 | 1000011 | 10111001 | 1000001 | 10100 |
Color Harmonies of #124E54
Complementary color
Monochromatic Colors of #124E54
Black with #124E54
Text Example
Text Example
White with #124E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E54; }
p { color: rgb(18,78,84); }
H1.HeaderClassName
{
color: #124E54;
}
.AnyTagClassName
{
color: #124E54;
}
</style>
background-color css
<style>
a { background-color: #124E54; }
a { background-color: rgb(18,78,84); }
div.DivClassName
{
background-color: #124E54;
}
.BgClassName
{
background-color: #124E54;
}
</style>
border-color css
<style>
span { border-color: #124E54; }
span { border-color: rgb(18,78,84); }
td.TdClassName
{
border-color: #124E54;
}
.TagClassName
{
border-color: #124E54;
}
</style>