Shades of Cyprus #104C46
Tints of Cyprus #104C46
RGB
CMYK
RGB Variations
Color information
#104C46 (or 0x104C46) is known color: Cyprus. HEX triplet: 10, 4C and 46. RGB value is (16,76,70). Sum of RGB (Red+Green+Blue) = 16+76+70=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #104C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C46 is #EFB3B9. Grayscale: #393939. Windows color (decimal): -15709114 or 4606992. OLE color: 4606992.
HSL color Cylindrical-coordinate representation of color #104C46: hue angle of 174º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C46 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 70 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.70 |
| HSL | 174º | 0.65% | 0.18% | - |
| HSV(B) | 174º | 0.79% | 0.3% | - |
| XYZ | 3.9 | 5.72 | 6.69 | - |
| YUV | 57.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 70 | 0.79 | 0 | 0.08 | 0.70 | 174 | 0.65 | 0.18 |
| Hex | 10 | 4C | 46 | 4F | 0 | 8 | 46 | AE | 41 | 12 |
| Octal | 20 | 114 | 106 | 117 | 0 | 10 | 106 | 256 | 101 | 22 |
| Binary | 10000 | 1001100 | 1000110 | 1001111 | 0 | 1000 | 1000110 | 10101110 | 1000001 | 10010 |
Color Harmonies of #104C46
Complementary color
Monochromatic Colors of #104C46
Black with #104C46
Text Example
Text Example
White with #104C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C46; }
p { color: rgb(16,76,70); }
H1.HeaderClassName
{
color: #104C46;
}
.AnyTagClassName
{
color: #104C46;
}
</style>
background-color css
<style>
a { background-color: #104C46; }
a { background-color: rgb(16,76,70); }
div.DivClassName
{
background-color: #104C46;
}
.BgClassName
{
background-color: #104C46;
}
</style>
border-color css
<style>
span { border-color: #104C46; }
span { border-color: rgb(16,76,70); }
td.TdClassName
{
border-color: #104C46;
}
.TagClassName
{
border-color: #104C46;
}
</style>