Shades of Cyprus #094E4A
Tints of Cyprus #094E4A
RGB
CMYK
RGB Variations
Color information
#094E4A (or 0x094E4A) is known color: Cyprus. HEX triplet: 09, 4E and 4A. RGB value is (9,78,74). Sum of RGB (Red+Green+Blue) = 9+78+74=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #094E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E4A is #F6B1B5. Grayscale: #383838. Windows color (decimal): -16167350 or 4869641. OLE color: 4869641.
HSL color Cylindrical-coordinate representation of color #094E4A: hue angle of 176.52º 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 #094E4A is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 78 | 74 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.69 |
| HSL | 176.52º | 0.79% | 0.17% | - |
| HSV(B) | 176.52º | 0.88% | 0.31% | - |
| XYZ | 4.07 | 6 | 7.42 | - |
| YUV | 56.91 | 137.64 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 74 | 0.88 | 0 | 0.05 | 0.69 | 176.52 | 0.79 | 0.17 |
| Hex | 9 | 4E | 4A | 58 | 0 | 5 | 45 | B1 | 4F | 11 |
| Octal | 11 | 116 | 112 | 130 | 0 | 5 | 105 | 261 | 117 | 21 |
| Binary | 1001 | 1001110 | 1001010 | 1011000 | 0 | 101 | 1000101 | 10110001 | 1001111 | 10001 |
Color Harmonies of #094E4A
Complementary color
Monochromatic Colors of #094E4A
Black with #094E4A
Text Example
Text Example
White with #094E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E4A; }
p { color: rgb(9,78,74); }
H1.HeaderClassName
{
color: #094E4A;
}
.AnyTagClassName
{
color: #094E4A;
}
</style>
background-color css
<style>
a { background-color: #094E4A; }
a { background-color: rgb(9,78,74); }
div.DivClassName
{
background-color: #094E4A;
}
.BgClassName
{
background-color: #094E4A;
}
</style>
border-color css
<style>
span { border-color: #094E4A; }
span { border-color: rgb(9,78,74); }
td.TdClassName
{
border-color: #094E4A;
}
.TagClassName
{
border-color: #094E4A;
}
</style>