Shades of Cyprus #10544D
Tints of Cyprus #10544D
RGB
CMYK
RGB Variations
Color information
#10544D (or 0x10544D) is known color: Cyprus. HEX triplet: 10, 54 and 4D. RGB value is (16,84,77). Sum of RGB (Red+Green+Blue) = 16+84+77=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #10544D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10544D is #EFABB2. Grayscale: #3E3E3E. Windows color (decimal): -15707059 or 5067792. OLE color: 5067792.
HSL color Cylindrical-coordinate representation of color #10544D: hue angle of 173.82º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10544D is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 84 | 77 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.67 |
| HSL | 173.82º | 0.68% | 0.2% | - |
| HSV(B) | 173.82º | 0.81% | 0.33% | - |
| XYZ | 4.72 | 6.99 | 8.12 | - |
| YUV | 62.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 77 | 0.81 | 0 | 0.08 | 0.67 | 173.82 | 0.68 | 0.2 |
| Hex | 10 | 54 | 4D | 51 | 0 | 8 | 43 | AE | 44 | 14 |
| Octal | 20 | 124 | 115 | 121 | 0 | 10 | 103 | 256 | 104 | 24 |
| Binary | 10000 | 1010100 | 1001101 | 1010001 | 0 | 1000 | 1000011 | 10101110 | 1000100 | 10100 |
Color Harmonies of #10544D
Complementary color
Monochromatic Colors of #10544D
Black with #10544D
Text Example
Text Example
White with #10544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10544D; }
p { color: rgb(16,84,77); }
H1.HeaderClassName
{
color: #10544D;
}
.AnyTagClassName
{
color: #10544D;
}
</style>
background-color css
<style>
a { background-color: #10544D; }
a { background-color: rgb(16,84,77); }
div.DivClassName
{
background-color: #10544D;
}
.BgClassName
{
background-color: #10544D;
}
</style>
border-color css
<style>
span { border-color: #10544D; }
span { border-color: rgb(16,84,77); }
td.TdClassName
{
border-color: #10544D;
}
.TagClassName
{
border-color: #10544D;
}
</style>