Shades of Cyprus #124E48
Tints of Cyprus #124E48
RGB
CMYK
RGB Variations
Color information
#124E48 (or 0x124E48) is known color: Cyprus. HEX triplet: 12, 4E and 48. RGB value is (18,78,72). Sum of RGB (Red+Green+Blue) = 18+78+72=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #124E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E48 is #EDB1B7. Grayscale: #3B3B3B. Windows color (decimal): -15577528 or 4738578. OLE color: 4738578.
HSL color Cylindrical-coordinate representation of color #124E48: hue angle of 174º degrees, saturation: 0.62, 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 #124E48 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 72 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.69 |
| HSL | 174º | 0.63% | 0.19% | - |
| HSV(B) | 174º | 0.77% | 0.31% | - |
| XYZ | 4.14 | 6.05 | 7.08 | - |
| YUV | 59.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 72 | 0.77 | 0 | 0.08 | 0.69 | 174 | 0.63 | 0.19 |
| Hex | 12 | 4E | 48 | 4D | 0 | 8 | 45 | AE | 3E | 13 |
| Octal | 22 | 116 | 110 | 115 | 0 | 10 | 105 | 256 | 76 | 23 |
| Binary | 10010 | 1001110 | 1001000 | 1001101 | 0 | 1000 | 1000101 | 10101110 | 111110 | 10011 |
Color Harmonies of #124E48
Complementary color
Monochromatic Colors of #124E48
Black with #124E48
Text Example
Text Example
White with #124E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E48; }
p { color: rgb(18,78,72); }
H1.HeaderClassName
{
color: #124E48;
}
.AnyTagClassName
{
color: #124E48;
}
</style>
background-color css
<style>
a { background-color: #124E48; }
a { background-color: rgb(18,78,72); }
div.DivClassName
{
background-color: #124E48;
}
.BgClassName
{
background-color: #124E48;
}
</style>
border-color css
<style>
span { border-color: #124E48; }
span { border-color: rgb(18,78,72); }
td.TdClassName
{
border-color: #124E48;
}
.TagClassName
{
border-color: #124E48;
}
</style>