Shades of Cyprus #104E4A
Tints of Cyprus #104E4A
RGB
CMYK
RGB Variations
Color information
#104E4A (or 0x104E4A) is known color: Cyprus. HEX triplet: 10, 4E and 4A. RGB value is (16,78,74). Sum of RGB (Red+Green+Blue) = 16+78+74=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #104E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E4A is #EFB1B5. Grayscale: #3A3A3A. Windows color (decimal): -15708598 or 4869648. OLE color: 4869648.
HSL color Cylindrical-coordinate representation of color #104E4A: hue angle of 176.13º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E4A is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 78 | 74 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.69 |
| HSL | 176.13º | 0.66% | 0.18% | - |
| HSV(B) | 176.13º | 0.79% | 0.31% | - |
| XYZ | 4.17 | 6.05 | 7.43 | - |
| YUV | 59.01 | 136.46 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 74 | 0.79 | 0 | 0.05 | 0.69 | 176.13 | 0.66 | 0.18 |
| Hex | 10 | 4E | 4A | 4F | 0 | 5 | 45 | B0 | 42 | 12 |
| Octal | 20 | 116 | 112 | 117 | 0 | 5 | 105 | 260 | 102 | 22 |
| Binary | 10000 | 1001110 | 1001010 | 1001111 | 0 | 101 | 1000101 | 10110000 | 1000010 | 10010 |
Color Harmonies of #104E4A
Complementary color
Monochromatic Colors of #104E4A
Black with #104E4A
Text Example
Text Example
White with #104E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E4A; }
p { color: rgb(16,78,74); }
H1.HeaderClassName
{
color: #104E4A;
}
.AnyTagClassName
{
color: #104E4A;
}
</style>
background-color css
<style>
a { background-color: #104E4A; }
a { background-color: rgb(16,78,74); }
div.DivClassName
{
background-color: #104E4A;
}
.BgClassName
{
background-color: #104E4A;
}
</style>
border-color css
<style>
span { border-color: #104E4A; }
span { border-color: rgb(16,78,74); }
td.TdClassName
{
border-color: #104E4A;
}
.TagClassName
{
border-color: #104E4A;
}
</style>