Shades of Cyprus #105153
Tints of Cyprus #105153
RGB
CMYK
RGB Variations
Color information
#105153 (or 0x105153) is known color: Cyprus. HEX triplet: 10, 51 and 53. RGB value is (16,81,83). Sum of RGB (Red+Green+Blue) = 16+81+83=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #105153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105153 is #EFAEAC. Grayscale: #3D3D3D. Windows color (decimal): -15707821 or 5460240. OLE color: 5460240.
HSL color Cylindrical-coordinate representation of color #105153: hue angle of 181.79º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105153 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 81 | 83 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.67 |
| HSL | 181.79º | 0.68% | 0.19% | - |
| HSV(B) | 181.79º | 0.81% | 0.33% | - |
| XYZ | 4.72 | 6.62 | 9.21 | - |
| YUV | 61.79 | 139.97 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 83 | 0.81 | 0.02 | 0 | 0.67 | 181.79 | 0.68 | 0.19 |
| Hex | 10 | 51 | 53 | 51 | 2 | 0 | 43 | B6 | 44 | 13 |
| Octal | 20 | 121 | 123 | 121 | 2 | 0 | 103 | 266 | 104 | 23 |
| Binary | 10000 | 1010001 | 1010011 | 1010001 | 10 | 0 | 1000011 | 10110110 | 1000100 | 10011 |
Color Harmonies of #105153
Complementary color
Monochromatic Colors of #105153
Black with #105153
Text Example
Text Example
White with #105153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105153; }
p { color: rgb(16,81,83); }
H1.HeaderClassName
{
color: #105153;
}
.AnyTagClassName
{
color: #105153;
}
</style>
background-color css
<style>
a { background-color: #105153; }
a { background-color: rgb(16,81,83); }
div.DivClassName
{
background-color: #105153;
}
.BgClassName
{
background-color: #105153;
}
</style>
border-color css
<style>
span { border-color: #105153; }
span { border-color: rgb(16,81,83); }
td.TdClassName
{
border-color: #105153;
}
.TagClassName
{
border-color: #105153;
}
</style>