Shades of Cyprus #094A4A
Tints of Cyprus #094A4A
RGB
CMYK
RGB Variations
Color information
#094A4A (or 0x094A4A) is known color: Cyprus. HEX triplet: 09, 4A and 4A. RGB value is (9,74,74). Sum of RGB (Red+Green+Blue) = 9+74+74=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #094A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A4A is #F6B5B5. Grayscale: #363636. Windows color (decimal): -16168374 or 4868617. OLE color: 4868617.
HSL color Cylindrical-coordinate representation of color #094A4A: hue angle of 180º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A4A is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 74 | 74 | - |
| CMYK | 0.88 | 0 | 0 | 0.71 |
| HSL | 180º | 0.78% | 0.16% | - |
| HSV(B) | 180º | 0.88% | 0.29% | - |
| XYZ | 3.8 | 5.45 | 7.33 | - |
| YUV | 54.57 | 138.97 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 74 | 0.88 | 0 | 0 | 0.71 | 180 | 0.78 | 0.16 |
| Hex | 9 | 4A | 4A | 58 | 0 | 0 | 47 | B4 | 4E | 10 |
| Octal | 11 | 112 | 112 | 130 | 0 | 0 | 107 | 264 | 116 | 20 |
| Binary | 1001 | 1001010 | 1001010 | 1011000 | 0 | 0 | 1000111 | 10110100 | 1001110 | 10000 |
Color Harmonies of #094A4A
Complementary color
Monochromatic Colors of #094A4A
Black with #094A4A
Text Example
Text Example
White with #094A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A4A; }
p { color: rgb(9,74,74); }
H1.HeaderClassName
{
color: #094A4A;
}
.AnyTagClassName
{
color: #094A4A;
}
</style>
background-color css
<style>
a { background-color: #094A4A; }
a { background-color: rgb(9,74,74); }
div.DivClassName
{
background-color: #094A4A;
}
.BgClassName
{
background-color: #094A4A;
}
</style>
border-color css
<style>
span { border-color: #094A4A; }
span { border-color: rgb(9,74,74); }
td.TdClassName
{
border-color: #094A4A;
}
.TagClassName
{
border-color: #094A4A;
}
</style>