Shades of Cyprus #124949
Tints of Cyprus #124949
RGB
CMYK
RGB Variations
Color information
#124949 (or 0x124949) is known color: Cyprus. HEX triplet: 12, 49 and 49. RGB value is (18,73,73). Sum of RGB (Red+Green+Blue) = 18+73+73=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #124949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124949 is #EDB6B6. Grayscale: #383838. Windows color (decimal): -15578807 or 4802834. OLE color: 4802834.
HSL color Cylindrical-coordinate representation of color #124949: hue angle of 180º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124949 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 73 | 73 | - |
| CMYK | 0.75 | 0 | 0 | 0.71 |
| HSL | 180º | 0.6% | 0.18% | - |
| HSV(B) | 180º | 0.75% | 0.29% | - |
| XYZ | 3.83 | 5.37 | 7.14 | - |
| YUV | 56.56 | 137.28 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 73 | 0.75 | 0 | 0 | 0.71 | 180 | 0.6 | 0.18 |
| Hex | 12 | 49 | 49 | 4B | 0 | 0 | 47 | B4 | 3C | 12 |
| Octal | 22 | 111 | 111 | 113 | 0 | 0 | 107 | 264 | 74 | 22 |
| Binary | 10010 | 1001001 | 1001001 | 1001011 | 0 | 0 | 1000111 | 10110100 | 111100 | 10010 |
Color Harmonies of #124949
Complementary color
Monochromatic Colors of #124949
Black with #124949
Text Example
Text Example
White with #124949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124949; }
p { color: rgb(18,73,73); }
H1.HeaderClassName
{
color: #124949;
}
.AnyTagClassName
{
color: #124949;
}
</style>
background-color css
<style>
a { background-color: #124949; }
a { background-color: rgb(18,73,73); }
div.DivClassName
{
background-color: #124949;
}
.BgClassName
{
background-color: #124949;
}
</style>
border-color css
<style>
span { border-color: #124949; }
span { border-color: rgb(18,73,73); }
td.TdClassName
{
border-color: #124949;
}
.TagClassName
{
border-color: #124949;
}
</style>