Shades of Cyprus #0A554A
Tints of Cyprus #0A554A
RGB
CMYK
RGB Variations
Color information
#0A554A (or 0x0A554A) is known color: Cyprus. HEX triplet: 0A, 55 and 4A. RGB value is (10,85,74). Sum of RGB (Red+Green+Blue) = 10+85+74=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #0A554A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A554A is #F5AAB5. Grayscale: #3D3D3D. Windows color (decimal): -16100022 or 4871434. OLE color: 4871434.
HSL color Cylindrical-coordinate representation of color #0A554A: hue angle of 171.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A554A is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 85 | 74 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.67 |
| HSL | 171.2º | 0.79% | 0.19% | - |
| HSV(B) | 171.2º | 0.88% | 0.33% | - |
| XYZ | 4.61 | 7.06 | 7.6 | - |
| YUV | 61.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 85 | 74 | 0.88 | 0 | 0.13 | 0.67 | 171.2 | 0.79 | 0.19 |
| Hex | A | 55 | 4A | 58 | 0 | D | 43 | AB | 4F | 13 |
| Octal | 12 | 125 | 112 | 130 | 0 | 15 | 103 | 253 | 117 | 23 |
| Binary | 1010 | 1010101 | 1001010 | 1011000 | 0 | 1101 | 1000011 | 10101011 | 1001111 | 10011 |
Color Harmonies of #0A554A
Complementary color
Monochromatic Colors of #0A554A
Black with #0A554A
Text Example
Text Example
White with #0A554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A554A; }
p { color: rgb(10,85,74); }
H1.HeaderClassName
{
color: #0A554A;
}
.AnyTagClassName
{
color: #0A554A;
}
</style>
background-color css
<style>
a { background-color: #0A554A; }
a { background-color: rgb(10,85,74); }
div.DivClassName
{
background-color: #0A554A;
}
.BgClassName
{
background-color: #0A554A;
}
</style>
border-color css
<style>
span { border-color: #0A554A; }
span { border-color: rgb(10,85,74); }
td.TdClassName
{
border-color: #0A554A;
}
.TagClassName
{
border-color: #0A554A;
}
</style>