Shades of Cyprus #084E45
Tints of Cyprus #084E45
RGB
CMYK
RGB Variations
Color information
#084E45 (or 0x084E45) is known color: Cyprus. HEX triplet: 08, 4E and 45. RGB value is (8,78,69). Sum of RGB (Red+Green+Blue) = 8+78+69=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #084E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084E45 is #F7B1BA. Grayscale: #383838. Windows color (decimal): -16232891 or 4541960. OLE color: 4541960.
HSL color Cylindrical-coordinate representation of color #084E45: hue angle of 172.29º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084E45 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 78 | 69 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.69 |
| HSL | 172.29º | 0.81% | 0.17% | - |
| HSV(B) | 172.29º | 0.9% | 0.31% | - |
| XYZ | 3.9 | 5.93 | 6.57 | - |
| YUV | 56.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 69 | 0.90 | 0 | 0.12 | 0.69 | 172.29 | 0.81 | 0.17 |
| Hex | 8 | 4E | 45 | 5A | 0 | C | 45 | AC | 51 | 11 |
| Octal | 10 | 116 | 105 | 132 | 0 | 14 | 105 | 254 | 121 | 21 |
| Binary | 1000 | 1001110 | 1000101 | 1011010 | 0 | 1100 | 1000101 | 10101100 | 1010001 | 10001 |
Color Harmonies of #084E45
Complementary color
Monochromatic Colors of #084E45
Black with #084E45
Text Example
Text Example
White with #084E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E45; }
p { color: rgb(8,78,69); }
H1.HeaderClassName
{
color: #084E45;
}
.AnyTagClassName
{
color: #084E45;
}
</style>
background-color css
<style>
a { background-color: #084E45; }
a { background-color: rgb(8,78,69); }
div.DivClassName
{
background-color: #084E45;
}
.BgClassName
{
background-color: #084E45;
}
</style>
border-color css
<style>
span { border-color: #084E45; }
span { border-color: rgb(8,78,69); }
td.TdClassName
{
border-color: #084E45;
}
.TagClassName
{
border-color: #084E45;
}
</style>