Shades of Cyprus #0A544B
Tints of Cyprus #0A544B
RGB
CMYK
RGB Variations
Color information
#0A544B (or 0x0A544B) is known color: Cyprus. HEX triplet: 0A, 54 and 4B. RGB value is (10,84,75). Sum of RGB (Red+Green+Blue) = 10+84+75=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #0A544B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A544B is #F5ABB4. Grayscale: #3C3C3C. Windows color (decimal): -16100277 or 4936714. OLE color: 4936714.
HSL color Cylindrical-coordinate representation of color #0A544B: hue angle of 172.7º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A544B is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 84 | 75 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.67 |
| HSL | 172.7º | 0.79% | 0.18% | - |
| HSV(B) | 172.7º | 0.88% | 0.33% | - |
| XYZ | 4.57 | 6.91 | 7.75 | - |
| YUV | 60.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 75 | 0.88 | 0 | 0.11 | 0.67 | 172.7 | 0.79 | 0.18 |
| Hex | A | 54 | 4B | 58 | 0 | B | 43 | AD | 4F | 12 |
| Octal | 12 | 124 | 113 | 130 | 0 | 13 | 103 | 255 | 117 | 22 |
| Binary | 1010 | 1010100 | 1001011 | 1011000 | 0 | 1011 | 1000011 | 10101101 | 1001111 | 10010 |
Color Harmonies of #0A544B
Complementary color
Monochromatic Colors of #0A544B
Black with #0A544B
Text Example
Text Example
White with #0A544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A544B; }
p { color: rgb(10,84,75); }
H1.HeaderClassName
{
color: #0A544B;
}
.AnyTagClassName
{
color: #0A544B;
}
</style>
background-color css
<style>
a { background-color: #0A544B; }
a { background-color: rgb(10,84,75); }
div.DivClassName
{
background-color: #0A544B;
}
.BgClassName
{
background-color: #0A544B;
}
</style>
border-color css
<style>
span { border-color: #0A544B; }
span { border-color: rgb(10,84,75); }
td.TdClassName
{
border-color: #0A544B;
}
.TagClassName
{
border-color: #0A544B;
}
</style>