Shades of Cyprus #0A524E
Tints of Cyprus #0A524E
RGB
CMYK
RGB Variations
Color information
#0A524E (or 0x0A524E) is known color: Cyprus. HEX triplet: 0A, 52 and 4E. RGB value is (10,82,78). Sum of RGB (Red+Green+Blue) = 10+82+78=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #0A524E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A524E is #F5ADB1. Grayscale: #3B3B3B. Windows color (decimal): -16100786 or 5132810. OLE color: 5132810.
HSL color Cylindrical-coordinate representation of color #0A524E: hue angle of 176.67º 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 #0A524E is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 78 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.68 |
| HSL | 176.67º | 0.78% | 0.18% | - |
| HSV(B) | 176.67º | 0.88% | 0.32% | - |
| XYZ | 4.52 | 6.65 | 8.25 | - |
| YUV | 60.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 78 | 0.88 | 0 | 0.05 | 0.68 | 176.67 | 0.78 | 0.18 |
| Hex | A | 52 | 4E | 58 | 0 | 5 | 44 | B1 | 4E | 12 |
| Octal | 12 | 122 | 116 | 130 | 0 | 5 | 104 | 261 | 116 | 22 |
| Binary | 1010 | 1010010 | 1001110 | 1011000 | 0 | 101 | 1000100 | 10110001 | 1001110 | 10010 |
Color Harmonies of #0A524E
Complementary color
Monochromatic Colors of #0A524E
Black with #0A524E
Text Example
Text Example
White with #0A524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A524E; }
p { color: rgb(10,82,78); }
H1.HeaderClassName
{
color: #0A524E;
}
.AnyTagClassName
{
color: #0A524E;
}
</style>
background-color css
<style>
a { background-color: #0A524E; }
a { background-color: rgb(10,82,78); }
div.DivClassName
{
background-color: #0A524E;
}
.BgClassName
{
background-color: #0A524E;
}
</style>
border-color css
<style>
span { border-color: #0A524E; }
span { border-color: rgb(10,82,78); }
td.TdClassName
{
border-color: #0A524E;
}
.TagClassName
{
border-color: #0A524E;
}
</style>