Shades of Cyprus #124F53
Tints of Cyprus #124F53
RGB
CMYK
RGB Variations
Color information
#124F53 (or 0x124F53) is known color: Cyprus. HEX triplet: 12, 4F and 53. RGB value is (18,79,83). Sum of RGB (Red+Green+Blue) = 18+79+83=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #124F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F53 is #EDB0AC. Grayscale: #3D3D3D. Windows color (decimal): -15577261 or 5459730. OLE color: 5459730.
HSL color Cylindrical-coordinate representation of color #124F53: hue angle of 183.69º 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 #124F53 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 79 | 83 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.67 |
| HSL | 183.69º | 0.64% | 0.2% | - |
| HSV(B) | 183.69º | 0.78% | 0.33% | - |
| XYZ | 4.61 | 6.35 | 9.17 | - |
| YUV | 61.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 83 | 0.78 | 0.05 | 0 | 0.67 | 183.69 | 0.64 | 0.2 |
| Hex | 12 | 4F | 53 | 4E | 5 | 0 | 43 | B8 | 40 | 14 |
| Octal | 22 | 117 | 123 | 116 | 5 | 0 | 103 | 270 | 100 | 24 |
| Binary | 10010 | 1001111 | 1010011 | 1001110 | 101 | 0 | 1000011 | 10111000 | 1000000 | 10100 |
Color Harmonies of #124F53
Complementary color
Monochromatic Colors of #124F53
Black with #124F53
Text Example
Text Example
White with #124F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F53; }
p { color: rgb(18,79,83); }
H1.HeaderClassName
{
color: #124F53;
}
.AnyTagClassName
{
color: #124F53;
}
</style>
background-color css
<style>
a { background-color: #124F53; }
a { background-color: rgb(18,79,83); }
div.DivClassName
{
background-color: #124F53;
}
.BgClassName
{
background-color: #124F53;
}
</style>
border-color css
<style>
span { border-color: #124F53; }
span { border-color: rgb(18,79,83); }
td.TdClassName
{
border-color: #124F53;
}
.TagClassName
{
border-color: #124F53;
}
</style>