Shades of Cyprus #10514D
Tints of Cyprus #10514D
RGB
CMYK
RGB Variations
Color information
#10514D (or 0x10514D) is known color: Cyprus. HEX triplet: 10, 51 and 4D. RGB value is (16,81,77). Sum of RGB (Red+Green+Blue) = 16+81+77=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #10514D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10514D is #EFAEB2. Grayscale: #3D3D3D. Windows color (decimal): -15707827 or 5067024. OLE color: 5067024.
HSL color Cylindrical-coordinate representation of color #10514D: hue angle of 176.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10514D is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 81 | 77 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.68 |
| HSL | 176.31º | 0.67% | 0.19% | - |
| HSV(B) | 176.31º | 0.8% | 0.32% | - |
| XYZ | 4.5 | 6.53 | 8.04 | - |
| YUV | 61.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 77 | 0.80 | 0 | 0.05 | 0.68 | 176.31 | 0.67 | 0.19 |
| Hex | 10 | 51 | 4D | 50 | 0 | 5 | 44 | B0 | 43 | 13 |
| Octal | 20 | 121 | 115 | 120 | 0 | 5 | 104 | 260 | 103 | 23 |
| Binary | 10000 | 1010001 | 1001101 | 1010000 | 0 | 101 | 1000100 | 10110000 | 1000011 | 10011 |
Color Harmonies of #10514D
Complementary color
Monochromatic Colors of #10514D
Black with #10514D
Text Example
Text Example
White with #10514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10514D; }
p { color: rgb(16,81,77); }
H1.HeaderClassName
{
color: #10514D;
}
.AnyTagClassName
{
color: #10514D;
}
</style>
background-color css
<style>
a { background-color: #10514D; }
a { background-color: rgb(16,81,77); }
div.DivClassName
{
background-color: #10514D;
}
.BgClassName
{
background-color: #10514D;
}
</style>
border-color css
<style>
span { border-color: #10514D; }
span { border-color: rgb(16,81,77); }
td.TdClassName
{
border-color: #10514D;
}
.TagClassName
{
border-color: #10514D;
}
</style>