Shades of Cyprus #104F4A
Tints of Cyprus #104F4A
RGB
CMYK
RGB Variations
Color information
#104F4A (or 0x104F4A) is known color: Cyprus. HEX triplet: 10, 4F and 4A. RGB value is (16,79,74). Sum of RGB (Red+Green+Blue) = 16+79+74=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 79 - color contains mainly: green. Hex color #104F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F4A is #EFB0B5. Grayscale: #3B3B3B. Windows color (decimal): -15708342 or 4869904. OLE color: 4869904.
HSL color Cylindrical-coordinate representation of color #104F4A: hue angle of 175.24º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F4A is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 74 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.69 |
| HSL | 175.24º | 0.66% | 0.19% | - |
| HSV(B) | 175.24º | 0.8% | 0.31% | - |
| XYZ | 4.25 | 6.2 | 7.45 | - |
| YUV | 59.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 74 | 0.80 | 0 | 0.06 | 0.69 | 175.24 | 0.66 | 0.19 |
| Hex | 10 | 4F | 4A | 50 | 0 | 6 | 45 | AF | 42 | 13 |
| Octal | 20 | 117 | 112 | 120 | 0 | 6 | 105 | 257 | 102 | 23 |
| Binary | 10000 | 1001111 | 1001010 | 1010000 | 0 | 110 | 1000101 | 10101111 | 1000010 | 10011 |
Color Harmonies of #104F4A
Complementary color
Monochromatic Colors of #104F4A
Black with #104F4A
Text Example
Text Example
White with #104F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F4A; }
p { color: rgb(16,79,74); }
H1.HeaderClassName
{
color: #104F4A;
}
.AnyTagClassName
{
color: #104F4A;
}
</style>
background-color css
<style>
a { background-color: #104F4A; }
a { background-color: rgb(16,79,74); }
div.DivClassName
{
background-color: #104F4A;
}
.BgClassName
{
background-color: #104F4A;
}
</style>
border-color css
<style>
span { border-color: #104F4A; }
span { border-color: rgb(16,79,74); }
td.TdClassName
{
border-color: #104F4A;
}
.TagClassName
{
border-color: #104F4A;
}
</style>