Shades of Cyprus #104644
Tints of Cyprus #104644
RGB
CMYK
RGB Variations
Color information
#104644 (or 0x104644) is known color: Cyprus. HEX triplet: 10, 46 and 44. RGB value is (16,70,68). Sum of RGB (Red+Green+Blue) = 16+70+68=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #104644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104644 is #EFB9BB. Grayscale: #353535. Windows color (decimal): -15710652 or 4474384. OLE color: 4474384.
HSL color Cylindrical-coordinate representation of color #104644: hue angle of 177.78º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104644 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 70 | 68 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.73 |
| HSL | 177.78º | 0.63% | 0.17% | - |
| HSV(B) | 177.78º | 0.77% | 0.27% | - |
| XYZ | 3.45 | 4.91 | 6.23 | - |
| YUV | 53.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 68 | 0.77 | 0 | 0.03 | 0.73 | 177.78 | 0.63 | 0.17 |
| Hex | 10 | 46 | 44 | 4D | 0 | 3 | 49 | B2 | 3F | 11 |
| Octal | 20 | 106 | 104 | 115 | 0 | 3 | 111 | 262 | 77 | 21 |
| Binary | 10000 | 1000110 | 1000100 | 1001101 | 0 | 11 | 1001001 | 10110010 | 111111 | 10001 |
Color Harmonies of #104644
Complementary color
Monochromatic Colors of #104644
Black with #104644
Text Example
Text Example
White with #104644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104644; }
p { color: rgb(16,70,68); }
H1.HeaderClassName
{
color: #104644;
}
.AnyTagClassName
{
color: #104644;
}
</style>
background-color css
<style>
a { background-color: #104644; }
a { background-color: rgb(16,70,68); }
div.DivClassName
{
background-color: #104644;
}
.BgClassName
{
background-color: #104644;
}
</style>
border-color css
<style>
span { border-color: #104644; }
span { border-color: rgb(16,70,68); }
td.TdClassName
{
border-color: #104644;
}
.TagClassName
{
border-color: #104644;
}
</style>