Shades of Cyprus #094D4B
Tints of Cyprus #094D4B
RGB
CMYK
RGB Variations
Color information
#094D4B (or 0x094D4B) is known color: Cyprus. HEX triplet: 09, 4D and 4B. RGB value is (9,77,75). Sum of RGB (Red+Green+Blue) = 9+77+75=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #094D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094D4B is #F6B2B4. Grayscale: #383838. Windows color (decimal): -16167605 or 4934921. OLE color: 4934921.
HSL color Cylindrical-coordinate representation of color #094D4B: hue angle of 178.24º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094D4B is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 77 | 75 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.70 |
| HSL | 178.24º | 0.79% | 0.17% | - |
| HSV(B) | 178.24º | 0.88% | 0.3% | - |
| XYZ | 4.04 | 5.87 | 7.58 | - |
| YUV | 56.44 | 138.47 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 75 | 0.88 | 0 | 0.03 | 0.70 | 178.24 | 0.79 | 0.17 |
| Hex | 9 | 4D | 4B | 58 | 0 | 3 | 46 | B2 | 4F | 11 |
| Octal | 11 | 115 | 113 | 130 | 0 | 3 | 106 | 262 | 117 | 21 |
| Binary | 1001 | 1001101 | 1001011 | 1011000 | 0 | 11 | 1000110 | 10110010 | 1001111 | 10001 |
Color Harmonies of #094D4B
Complementary color
Monochromatic Colors of #094D4B
Black with #094D4B
Text Example
Text Example
White with #094D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D4B; }
p { color: rgb(9,77,75); }
H1.HeaderClassName
{
color: #094D4B;
}
.AnyTagClassName
{
color: #094D4B;
}
</style>
background-color css
<style>
a { background-color: #094D4B; }
a { background-color: rgb(9,77,75); }
div.DivClassName
{
background-color: #094D4B;
}
.BgClassName
{
background-color: #094D4B;
}
</style>
border-color css
<style>
span { border-color: #094D4B; }
span { border-color: rgb(9,77,75); }
td.TdClassName
{
border-color: #094D4B;
}
.TagClassName
{
border-color: #094D4B;
}
</style>