Shades of Cyprus #09494A
Tints of Cyprus #09494A
RGB
CMYK
RGB Variations
Color information
#09494A (or 0x09494A) is known color: Cyprus. HEX triplet: 09, 49 and 4A. RGB value is (9,73,74). Sum of RGB (Red+Green+Blue) = 9+73+74=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #09494A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09494A is #F6B6B5. Grayscale: #353535. Windows color (decimal): -16168630 or 4868361. OLE color: 4868361.
HSL color Cylindrical-coordinate representation of color #09494A: hue angle of 180.92º 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 #09494A is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 73 | 74 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.71 |
| HSL | 180.92º | 0.78% | 0.16% | - |
| HSV(B) | 180.92º | 0.88% | 0.29% | - |
| XYZ | 3.73 | 5.32 | 7.31 | - |
| YUV | 53.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 74 | 0.88 | 0.01 | 0 | 0.71 | 180.92 | 0.78 | 0.16 |
| Hex | 9 | 49 | 4A | 58 | 1 | 0 | 47 | B5 | 4E | 10 |
| Octal | 11 | 111 | 112 | 130 | 1 | 0 | 107 | 265 | 116 | 20 |
| Binary | 1001 | 1001001 | 1001010 | 1011000 | 1 | 0 | 1000111 | 10110101 | 1001110 | 10000 |
Color Harmonies of #09494A
Complementary color
Monochromatic Colors of #09494A
Black with #09494A
Text Example
Text Example
White with #09494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09494A; }
p { color: rgb(9,73,74); }
H1.HeaderClassName
{
color: #09494A;
}
.AnyTagClassName
{
color: #09494A;
}
</style>
background-color css
<style>
a { background-color: #09494A; }
a { background-color: rgb(9,73,74); }
div.DivClassName
{
background-color: #09494A;
}
.BgClassName
{
background-color: #09494A;
}
</style>
border-color css
<style>
span { border-color: #09494A; }
span { border-color: rgb(9,73,74); }
td.TdClassName
{
border-color: #09494A;
}
.TagClassName
{
border-color: #09494A;
}
</style>