Shades of Cyprus #0A514B
Tints of Cyprus #0A514B
RGB
CMYK
RGB Variations
Color information
#0A514B (or 0x0A514B) is known color: Cyprus. HEX triplet: 0A, 51 and 4B. RGB value is (10,81,75). Sum of RGB (Red+Green+Blue) = 10+81+75=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #0A514B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A514B is #F5AEB4. Grayscale: #3B3B3B. Windows color (decimal): -16101045 or 4935946. OLE color: 4935946.
HSL color Cylindrical-coordinate representation of color #0A514B: hue angle of 174.93º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A514B is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 81 | 75 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.68 |
| HSL | 174.93º | 0.78% | 0.18% | - |
| HSV(B) | 174.93º | 0.88% | 0.32% | - |
| XYZ | 4.34 | 6.46 | 7.67 | - |
| YUV | 59.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 75 | 0.88 | 0 | 0.07 | 0.68 | 174.93 | 0.78 | 0.18 |
| Hex | A | 51 | 4B | 58 | 0 | 7 | 44 | AF | 4E | 12 |
| Octal | 12 | 121 | 113 | 130 | 0 | 7 | 104 | 257 | 116 | 22 |
| Binary | 1010 | 1010001 | 1001011 | 1011000 | 0 | 111 | 1000100 | 10101111 | 1001110 | 10010 |
Color Harmonies of #0A514B
Complementary color
Monochromatic Colors of #0A514B
Black with #0A514B
Text Example
Text Example
White with #0A514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A514B; }
p { color: rgb(10,81,75); }
H1.HeaderClassName
{
color: #0A514B;
}
.AnyTagClassName
{
color: #0A514B;
}
</style>
background-color css
<style>
a { background-color: #0A514B; }
a { background-color: rgb(10,81,75); }
div.DivClassName
{
background-color: #0A514B;
}
.BgClassName
{
background-color: #0A514B;
}
</style>
border-color css
<style>
span { border-color: #0A514B; }
span { border-color: rgb(10,81,75); }
td.TdClassName
{
border-color: #0A514B;
}
.TagClassName
{
border-color: #0A514B;
}
</style>