Shades of Cyprus #0A4643
Tints of Cyprus #0A4643
RGB
CMYK
RGB Variations
Color information
#0A4643 (or 0x0A4643) is known color: Cyprus. HEX triplet: 0A, 46 and 43. RGB value is (10,70,67). Sum of RGB (Red+Green+Blue) = 10+70+67=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #0A4643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4643 is #F5B9BC. Grayscale: #333333. Windows color (decimal): -16103869 or 4408842. OLE color: 4408842.
HSL color Cylindrical-coordinate representation of color #0A4643: hue angle of 177º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4643 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 70 | 67 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.73 |
| HSL | 177º | 0.75% | 0.16% | - |
| HSV(B) | 177º | 0.86% | 0.27% | - |
| XYZ | 3.33 | 4.85 | 6.07 | - |
| YUV | 51.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 67 | 0.86 | 0 | 0.04 | 0.73 | 177 | 0.75 | 0.16 |
| Hex | A | 46 | 43 | 56 | 0 | 4 | 49 | B1 | 4B | 10 |
| Octal | 12 | 106 | 103 | 126 | 0 | 4 | 111 | 261 | 113 | 20 |
| Binary | 1010 | 1000110 | 1000011 | 1010110 | 0 | 100 | 1001001 | 10110001 | 1001011 | 10000 |
Color Harmonies of #0A4643
Complementary color
Monochromatic Colors of #0A4643
Black with #0A4643
Text Example
Text Example
White with #0A4643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4643; }
p { color: rgb(10,70,67); }
H1.HeaderClassName
{
color: #0A4643;
}
.AnyTagClassName
{
color: #0A4643;
}
</style>
background-color css
<style>
a { background-color: #0A4643; }
a { background-color: rgb(10,70,67); }
div.DivClassName
{
background-color: #0A4643;
}
.BgClassName
{
background-color: #0A4643;
}
</style>
border-color css
<style>
span { border-color: #0A4643; }
span { border-color: rgb(10,70,67); }
td.TdClassName
{
border-color: #0A4643;
}
.TagClassName
{
border-color: #0A4643;
}
</style>