Shades of Cyprus #124B4A
Tints of Cyprus #124B4A
RGB
CMYK
RGB Variations
Color information
#124B4A (or 0x124B4A) is known color: Cyprus. HEX triplet: 12, 4B and 4A. RGB value is (18,75,74). Sum of RGB (Red+Green+Blue) = 18+75+74=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #124B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B4A is #EDB4B5. Grayscale: #393939. Windows color (decimal): -15578294 or 4868882. OLE color: 4868882.
HSL color Cylindrical-coordinate representation of color #124B4A: hue angle of 178.95º 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 #124B4A is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 75 | 74 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.71 |
| HSL | 178.95º | 0.61% | 0.18% | - |
| HSV(B) | 178.95º | 0.76% | 0.29% | - |
| XYZ | 4 | 5.66 | 7.36 | - |
| YUV | 57.84 | 137.12 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 74 | 0.76 | 0 | 0.01 | 0.71 | 178.95 | 0.61 | 0.18 |
| Hex | 12 | 4B | 4A | 4C | 0 | 1 | 47 | B3 | 3D | 12 |
| Octal | 22 | 113 | 112 | 114 | 0 | 1 | 107 | 263 | 75 | 22 |
| Binary | 10010 | 1001011 | 1001010 | 1001100 | 0 | 1 | 1000111 | 10110011 | 111101 | 10010 |
Color Harmonies of #124B4A
Complementary color
Monochromatic Colors of #124B4A
Black with #124B4A
Text Example
Text Example
White with #124B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B4A; }
p { color: rgb(18,75,74); }
H1.HeaderClassName
{
color: #124B4A;
}
.AnyTagClassName
{
color: #124B4A;
}
</style>
background-color css
<style>
a { background-color: #124B4A; }
a { background-color: rgb(18,75,74); }
div.DivClassName
{
background-color: #124B4A;
}
.BgClassName
{
background-color: #124B4A;
}
</style>
border-color css
<style>
span { border-color: #124B4A; }
span { border-color: rgb(18,75,74); }
td.TdClassName
{
border-color: #124B4A;
}
.TagClassName
{
border-color: #124B4A;
}
</style>