Shades of Cyprus #084E48
Tints of Cyprus #084E48
RGB
CMYK
RGB Variations
Color information
#084E48 (or 0x084E48) is known color: Cyprus. HEX triplet: 08, 4E and 48. RGB value is (8,78,72). Sum of RGB (Red+Green+Blue) = 8+78+72=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 78 - color contains mainly: green. Hex color #084E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084E48 is #F7B1B7. Grayscale: #383838. Windows color (decimal): -16232888 or 4738568. OLE color: 4738568.
HSL color Cylindrical-coordinate representation of color #084E48: hue angle of 174.86º 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 #084E48 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 78 | 72 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.69 |
| HSL | 174.86º | 0.81% | 0.17% | - |
| HSV(B) | 174.86º | 0.9% | 0.31% | - |
| XYZ | 3.99 | 5.97 | 7.07 | - |
| YUV | 56.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 72 | 0.90 | 0 | 0.08 | 0.69 | 174.86 | 0.81 | 0.17 |
| Hex | 8 | 4E | 48 | 5A | 0 | 8 | 45 | AF | 51 | 11 |
| Octal | 10 | 116 | 110 | 132 | 0 | 10 | 105 | 257 | 121 | 21 |
| Binary | 1000 | 1001110 | 1001000 | 1011010 | 0 | 1000 | 1000101 | 10101111 | 1010001 | 10001 |
Color Harmonies of #084E48
Complementary color
Monochromatic Colors of #084E48
Black with #084E48
Text Example
Text Example
White with #084E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E48; }
p { color: rgb(8,78,72); }
H1.HeaderClassName
{
color: #084E48;
}
.AnyTagClassName
{
color: #084E48;
}
</style>
background-color css
<style>
a { background-color: #084E48; }
a { background-color: rgb(8,78,72); }
div.DivClassName
{
background-color: #084E48;
}
.BgClassName
{
background-color: #084E48;
}
</style>
border-color css
<style>
span { border-color: #084E48; }
span { border-color: rgb(8,78,72); }
td.TdClassName
{
border-color: #084E48;
}
.TagClassName
{
border-color: #084E48;
}
</style>