Shades of Cyprus #043C40
Tints of Cyprus #043C40
RGB
CMYK
RGB Variations
Color information
#043C40 (or 0x043C40) is known color: Cyprus. HEX triplet: 04, 3C and 40. RGB value is (4,60,64). Sum of RGB (Red+Green+Blue) = 4+60+64=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #043C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043C40 is #FBC3BF. Grayscale: #2B2B2B. Windows color (decimal): -16499648 or 4209668. OLE color: 4209668.
HSL color Cylindrical-coordinate representation of color #043C40: hue angle of 184º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043C40 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 60 | 64 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.75 |
| HSL | 184º | 0.88% | 0.13% | - |
| HSV(B) | 184º | 0.94% | 0.25% | - |
| XYZ | 2.59 | 3.63 | 5.41 | - |
| YUV | 43.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 64 | 0.94 | 0.06 | 0 | 0.75 | 184 | 0.88 | 0.13 |
| Hex | 4 | 3C | 40 | 5E | 6 | 0 | 4B | B8 | 58 | D |
| Octal | 4 | 74 | 100 | 136 | 6 | 0 | 113 | 270 | 130 | 15 |
| Binary | 100 | 111100 | 1000000 | 1011110 | 110 | 0 | 1001011 | 10111000 | 1011000 | 1101 |
Color Harmonies of #043C40
Complementary color
Monochromatic Colors of #043C40
Black with #043C40
Text Example
Text Example
White with #043C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C40; }
p { color: rgb(4,60,64); }
H1.HeaderClassName
{
color: #043C40;
}
.AnyTagClassName
{
color: #043C40;
}
</style>
background-color css
<style>
a { background-color: #043C40; }
a { background-color: rgb(4,60,64); }
div.DivClassName
{
background-color: #043C40;
}
.BgClassName
{
background-color: #043C40;
}
</style>
border-color css
<style>
span { border-color: #043C40; }
span { border-color: rgb(4,60,64); }
td.TdClassName
{
border-color: #043C40;
}
.TagClassName
{
border-color: #043C40;
}
</style>