Shades of Cyprus #124E53
Tints of Cyprus #124E53
RGB
CMYK
RGB Variations
Color information
#124E53 (or 0x124E53) is known color: Cyprus. HEX triplet: 12, 4E and 53. RGB value is (18,78,83). Sum of RGB (Red+Green+Blue) = 18+78+83=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #124E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E53 is #EDB1AC. Grayscale: #3C3C3C. Windows color (decimal): -15577517 or 5459474. OLE color: 5459474.
HSL color Cylindrical-coordinate representation of color #124E53: hue angle of 184.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124E53 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 78 | 83 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.67 |
| HSL | 184.62º | 0.64% | 0.2% | - |
| HSV(B) | 184.62º | 0.78% | 0.33% | - |
| XYZ | 4.54 | 6.2 | 9.14 | - |
| YUV | 60.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 83 | 0.78 | 0.06 | 0 | 0.67 | 184.62 | 0.64 | 0.2 |
| Hex | 12 | 4E | 53 | 4E | 6 | 0 | 43 | B9 | 40 | 14 |
| Octal | 22 | 116 | 123 | 116 | 6 | 0 | 103 | 271 | 100 | 24 |
| Binary | 10010 | 1001110 | 1010011 | 1001110 | 110 | 0 | 1000011 | 10111001 | 1000000 | 10100 |
Color Harmonies of #124E53
Complementary color
Monochromatic Colors of #124E53
Black with #124E53
Text Example
Text Example
White with #124E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E53; }
p { color: rgb(18,78,83); }
H1.HeaderClassName
{
color: #124E53;
}
.AnyTagClassName
{
color: #124E53;
}
</style>
background-color css
<style>
a { background-color: #124E53; }
a { background-color: rgb(18,78,83); }
div.DivClassName
{
background-color: #124E53;
}
.BgClassName
{
background-color: #124E53;
}
</style>
border-color css
<style>
span { border-color: #124E53; }
span { border-color: rgb(18,78,83); }
td.TdClassName
{
border-color: #124E53;
}
.TagClassName
{
border-color: #124E53;
}
</style>