Shades of Cyprus #12514A
Tints of Cyprus #12514A
RGB
CMYK
RGB Variations
Color information
#12514A (or 0x12514A) is known color: Cyprus. HEX triplet: 12, 51 and 4A. RGB value is (18,81,74). Sum of RGB (Red+Green+Blue) = 18+81+74=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #12514A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12514A is #EDAEB5. Grayscale: #3D3D3D. Windows color (decimal): -15576758 or 4870418. OLE color: 4870418.
HSL color Cylindrical-coordinate representation of color #12514A: hue angle of 173.33º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12514A is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 74 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.68 |
| HSL | 173.33º | 0.64% | 0.19% | - |
| HSV(B) | 173.33º | 0.78% | 0.32% | - |
| XYZ | 4.43 | 6.51 | 7.5 | - |
| YUV | 61.37 | 135.13 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 74 | 0.78 | 0 | 0.09 | 0.68 | 173.33 | 0.64 | 0.19 |
| Hex | 12 | 51 | 4A | 4E | 0 | 9 | 44 | AD | 40 | 13 |
| Octal | 22 | 121 | 112 | 116 | 0 | 11 | 104 | 255 | 100 | 23 |
| Binary | 10010 | 1010001 | 1001010 | 1001110 | 0 | 1001 | 1000100 | 10101101 | 1000000 | 10011 |
Color Harmonies of #12514A
Complementary color
Monochromatic Colors of #12514A
Black with #12514A
Text Example
Text Example
White with #12514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12514A; }
p { color: rgb(18,81,74); }
H1.HeaderClassName
{
color: #12514A;
}
.AnyTagClassName
{
color: #12514A;
}
</style>
background-color css
<style>
a { background-color: #12514A; }
a { background-color: rgb(18,81,74); }
div.DivClassName
{
background-color: #12514A;
}
.BgClassName
{
background-color: #12514A;
}
</style>
border-color css
<style>
span { border-color: #12514A; }
span { border-color: rgb(18,81,74); }
td.TdClassName
{
border-color: #12514A;
}
.TagClassName
{
border-color: #12514A;
}
</style>