Shades of Cyprus #124B44
Tints of Cyprus #124B44
RGB
CMYK
RGB Variations
Color information
#124B44 (or 0x124B44) is known color: Cyprus. HEX triplet: 12, 4B and 44. RGB value is (18,75,68). Sum of RGB (Red+Green+Blue) = 18+75+68=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #124B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B44 is #EDB4BB. Grayscale: #393939. Windows color (decimal): -15578300 or 4475666. OLE color: 4475666.
HSL color Cylindrical-coordinate representation of color #124B44: hue angle of 172.63º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124B44 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 75 | 68 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.71 |
| HSL | 172.63º | 0.61% | 0.18% | - |
| HSV(B) | 172.63º | 0.76% | 0.29% | - |
| XYZ | 3.81 | 5.58 | 6.34 | - |
| YUV | 57.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 68 | 0.76 | 0 | 0.09 | 0.71 | 172.63 | 0.61 | 0.18 |
| Hex | 12 | 4B | 44 | 4C | 0 | 9 | 47 | AD | 3D | 12 |
| Octal | 22 | 113 | 104 | 114 | 0 | 11 | 107 | 255 | 75 | 22 |
| Binary | 10010 | 1001011 | 1000100 | 1001100 | 0 | 1001 | 1000111 | 10101101 | 111101 | 10010 |
Color Harmonies of #124B44
Complementary color
Monochromatic Colors of #124B44
Black with #124B44
Text Example
Text Example
White with #124B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B44; }
p { color: rgb(18,75,68); }
H1.HeaderClassName
{
color: #124B44;
}
.AnyTagClassName
{
color: #124B44;
}
</style>
background-color css
<style>
a { background-color: #124B44; }
a { background-color: rgb(18,75,68); }
div.DivClassName
{
background-color: #124B44;
}
.BgClassName
{
background-color: #124B44;
}
</style>
border-color css
<style>
span { border-color: #124B44; }
span { border-color: rgb(18,75,68); }
td.TdClassName
{
border-color: #124B44;
}
.TagClassName
{
border-color: #124B44;
}
</style>