Shades of Cyprus #0A4E48
Tints of Cyprus #0A4E48
RGB
CMYK
RGB Variations
Color information
#0A4E48 (or 0x0A4E48) is known color: Cyprus. HEX triplet: 0A, 4E and 48. RGB value is (10,78,72). Sum of RGB (Red+Green+Blue) = 10+78+72=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 78 (30.86% from 255 or 48.75% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 78 - color contains mainly: green. Hex color #0A4E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4E48 is #F5B1B7. Grayscale: #383838. Windows color (decimal): -16101816 or 4738570. OLE color: 4738570.
HSL color Cylindrical-coordinate representation of color #0A4E48: hue angle of 174.71º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4E48 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 78 | 72 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.69 |
| HSL | 174.71º | 0.77% | 0.17% | - |
| HSV(B) | 174.71º | 0.87% | 0.31% | - |
| XYZ | 4.02 | 5.98 | 7.07 | - |
| YUV | 56.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 78 | 72 | 0.87 | 0 | 0.08 | 0.69 | 174.71 | 0.77 | 0.17 |
| Hex | A | 4E | 48 | 57 | 0 | 8 | 45 | AF | 4D | 11 |
| Octal | 12 | 116 | 110 | 127 | 0 | 10 | 105 | 257 | 115 | 21 |
| Binary | 1010 | 1001110 | 1001000 | 1010111 | 0 | 1000 | 1000101 | 10101111 | 1001101 | 10001 |
Color Harmonies of #0A4E48
Complementary color
Monochromatic Colors of #0A4E48
Black with #0A4E48
Text Example
Text Example
White with #0A4E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4E48; }
p { color: rgb(10,78,72); }
H1.HeaderClassName
{
color: #0A4E48;
}
.AnyTagClassName
{
color: #0A4E48;
}
</style>
background-color css
<style>
a { background-color: #0A4E48; }
a { background-color: rgb(10,78,72); }
div.DivClassName
{
background-color: #0A4E48;
}
.BgClassName
{
background-color: #0A4E48;
}
</style>
border-color css
<style>
span { border-color: #0A4E48; }
span { border-color: rgb(10,78,72); }
td.TdClassName
{
border-color: #0A4E48;
}
.TagClassName
{
border-color: #0A4E48;
}
</style>