Shades of Cyprus #0A4B43
Tints of Cyprus #0A4B43
RGB
CMYK
RGB Variations
Color information
#0A4B43 (or 0x0A4B43) is known color: Cyprus. HEX triplet: 0A, 4B and 43. RGB value is (10,75,67). Sum of RGB (Red+Green+Blue) = 10+75+67=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #0A4B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4B43 is #F5B4BC. Grayscale: #363636. Windows color (decimal): -16102589 or 4410122. OLE color: 4410122.
HSL color Cylindrical-coordinate representation of color #0A4B43: hue angle of 172.62º 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 #0A4B43 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 75 | 67 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.71 |
| HSL | 172.62º | 0.76% | 0.17% | - |
| HSV(B) | 172.62º | 0.87% | 0.29% | - |
| XYZ | 3.65 | 5.5 | 6.18 | - |
| YUV | 54.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 75 | 67 | 0.87 | 0 | 0.11 | 0.71 | 172.62 | 0.76 | 0.17 |
| Hex | A | 4B | 43 | 57 | 0 | B | 47 | AD | 4C | 11 |
| Octal | 12 | 113 | 103 | 127 | 0 | 13 | 107 | 255 | 114 | 21 |
| Binary | 1010 | 1001011 | 1000011 | 1010111 | 0 | 1011 | 1000111 | 10101101 | 1001100 | 10001 |
Color Harmonies of #0A4B43
Complementary color
Monochromatic Colors of #0A4B43
Black with #0A4B43
Text Example
Text Example
White with #0A4B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4B43; }
p { color: rgb(10,75,67); }
H1.HeaderClassName
{
color: #0A4B43;
}
.AnyTagClassName
{
color: #0A4B43;
}
</style>
background-color css
<style>
a { background-color: #0A4B43; }
a { background-color: rgb(10,75,67); }
div.DivClassName
{
background-color: #0A4B43;
}
.BgClassName
{
background-color: #0A4B43;
}
</style>
border-color css
<style>
span { border-color: #0A4B43; }
span { border-color: rgb(10,75,67); }
td.TdClassName
{
border-color: #0A4B43;
}
.TagClassName
{
border-color: #0A4B43;
}
</style>