Shades of Cyprus #0A4B48
Tints of Cyprus #0A4B48
RGB
CMYK
RGB Variations
Color information
#0A4B48 (or 0x0A4B48) is known color: Cyprus. HEX triplet: 0A, 4B and 48. RGB value is (10,75,72). Sum of RGB (Red+Green+Blue) = 10+75+72=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #0A4B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4B48 is #F5B4B7. Grayscale: #373737. Windows color (decimal): -16102584 or 4737802. OLE color: 4737802.
HSL color Cylindrical-coordinate representation of color #0A4B48: hue angle of 177.23º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4B48 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 75 | 72 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.71 |
| HSL | 177.23º | 0.76% | 0.17% | - |
| HSV(B) | 177.23º | 0.87% | 0.29% | - |
| XYZ | 3.81 | 5.56 | 7 | - |
| YUV | 55.22 | 137.47 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 75 | 72 | 0.87 | 0 | 0.04 | 0.71 | 177.23 | 0.76 | 0.17 |
| Hex | A | 4B | 48 | 57 | 0 | 4 | 47 | B1 | 4C | 11 |
| Octal | 12 | 113 | 110 | 127 | 0 | 4 | 107 | 261 | 114 | 21 |
| Binary | 1010 | 1001011 | 1001000 | 1010111 | 0 | 100 | 1000111 | 10110001 | 1001100 | 10001 |
Color Harmonies of #0A4B48
Complementary color
Monochromatic Colors of #0A4B48
Black with #0A4B48
Text Example
Text Example
White with #0A4B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4B48; }
p { color: rgb(10,75,72); }
H1.HeaderClassName
{
color: #0A4B48;
}
.AnyTagClassName
{
color: #0A4B48;
}
</style>
background-color css
<style>
a { background-color: #0A4B48; }
a { background-color: rgb(10,75,72); }
div.DivClassName
{
background-color: #0A4B48;
}
.BgClassName
{
background-color: #0A4B48;
}
</style>
border-color css
<style>
span { border-color: #0A4B48; }
span { border-color: rgb(10,75,72); }
td.TdClassName
{
border-color: #0A4B48;
}
.TagClassName
{
border-color: #0A4B48;
}
</style>