Shades of Cyprus #124F50
Tints of Cyprus #124F50
RGB
CMYK
RGB Variations
Color information
#124F50 (or 0x124F50) is known color: Cyprus. HEX triplet: 12, 4F and 50. RGB value is (18,79,80). Sum of RGB (Red+Green+Blue) = 18+79+80=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #124F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F50 is #EDB0AF. Grayscale: #3C3C3C. Windows color (decimal): -15577264 or 5263122. OLE color: 5263122.
HSL color Cylindrical-coordinate representation of color #124F50: hue angle of 180.97º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F50 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 80 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.69 |
| HSL | 180.97º | 0.63% | 0.19% | - |
| HSV(B) | 180.97º | 0.78% | 0.31% | - |
| XYZ | 4.49 | 6.3 | 8.57 | - |
| YUV | 60.88 | 138.79 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 80 | 0.78 | 0.01 | 0 | 0.69 | 180.97 | 0.63 | 0.19 |
| Hex | 12 | 4F | 50 | 4E | 1 | 0 | 45 | B5 | 3F | 13 |
| Octal | 22 | 117 | 120 | 116 | 1 | 0 | 105 | 265 | 77 | 23 |
| Binary | 10010 | 1001111 | 1010000 | 1001110 | 1 | 0 | 1000101 | 10110101 | 111111 | 10011 |
Color Harmonies of #124F50
Complementary color
Monochromatic Colors of #124F50
Black with #124F50
Text Example
Text Example
White with #124F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F50; }
p { color: rgb(18,79,80); }
H1.HeaderClassName
{
color: #124F50;
}
.AnyTagClassName
{
color: #124F50;
}
</style>
background-color css
<style>
a { background-color: #124F50; }
a { background-color: rgb(18,79,80); }
div.DivClassName
{
background-color: #124F50;
}
.BgClassName
{
background-color: #124F50;
}
</style>
border-color css
<style>
span { border-color: #124F50; }
span { border-color: rgb(18,79,80); }
td.TdClassName
{
border-color: #124F50;
}
.TagClassName
{
border-color: #124F50;
}
</style>