Shades of Cyprus #094E40
Tints of Cyprus #094E40
RGB
CMYK
RGB Variations
Color information
#094E40 (or 0x094E40) is known color: Cyprus. HEX triplet: 09, 4E and 40. RGB value is (9,78,64). Sum of RGB (Red+Green+Blue) = 9+78+64=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 78 (30.86% from 255 or 51.66% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 78 - color contains mainly: green. Hex color #094E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E40 is #F6B1BF. Grayscale: #373737. Windows color (decimal): -16167360 or 4214281. OLE color: 4214281.
HSL color Cylindrical-coordinate representation of color #094E40: hue angle of 167.83º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094E40 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 78 | 64 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.69 |
| HSL | 167.83º | 0.79% | 0.17% | - |
| HSV(B) | 167.83º | 0.88% | 0.31% | - |
| XYZ | 3.76 | 5.88 | 5.79 | - |
| YUV | 55.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 64 | 0.88 | 0 | 0.18 | 0.69 | 167.83 | 0.79 | 0.17 |
| Hex | 9 | 4E | 40 | 58 | 0 | 12 | 45 | A8 | 4F | 11 |
| Octal | 11 | 116 | 100 | 130 | 0 | 22 | 105 | 250 | 117 | 21 |
| Binary | 1001 | 1001110 | 1000000 | 1011000 | 0 | 10010 | 1000101 | 10101000 | 1001111 | 10001 |
Color Harmonies of #094E40
Complementary color
Monochromatic Colors of #094E40
Black with #094E40
Text Example
Text Example
White with #094E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E40; }
p { color: rgb(9,78,64); }
H1.HeaderClassName
{
color: #094E40;
}
.AnyTagClassName
{
color: #094E40;
}
</style>
background-color css
<style>
a { background-color: #094E40; }
a { background-color: rgb(9,78,64); }
div.DivClassName
{
background-color: #094E40;
}
.BgClassName
{
background-color: #094E40;
}
</style>
border-color css
<style>
span { border-color: #094E40; }
span { border-color: rgb(9,78,64); }
td.TdClassName
{
border-color: #094E40;
}
.TagClassName
{
border-color: #094E40;
}
</style>