Shades of Cyprus #004F43
Tints of Cyprus #004F43
RGB
CMYK
RGB Variations
Color information
#004F43 (or 0x004F43) is known color: Cyprus. HEX triplet: 00, 4F and 43. RGB value is (0,79,67). Sum of RGB (Red+Green+Blue) = 0+79+67=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 79 (31.25% from 255 or 54.11% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 79 - color contains mainly: green. Hex color #004F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004F43 is #FFB0BC. Grayscale: #353535. Windows color (decimal): -16756925 or 4411136. OLE color: 4411136.
HSL color Cylindrical-coordinate representation of color #004F43: hue angle of 170.89º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F43 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 79 | 67 | - |
| CMYK | 1 | 0 | 0.15 | 0.69 |
| HSL | 170.89º | 1% | 0.15% | - |
| HSV(B) | 170.89º | 1% | 0.31% | - |
| XYZ | 3.81 | 6 | 6.27 | - |
| YUV | 54.01 | 135.33 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 67 | 1 | 0 | 0.15 | 0.69 | 170.89 | 1 | 0.15 |
| Hex | 0 | 4F | 43 | 64 | 0 | F | 45 | AB | 64 | F |
| Octal | 0 | 117 | 103 | 144 | 0 | 17 | 105 | 253 | 144 | 17 |
| Binary | 0 | 1001111 | 1000011 | 1100100 | 0 | 1111 | 1000101 | 10101011 | 1100100 | 1111 |
Color Harmonies of #004F43
Complementary color
Monochromatic Colors of #004F43
Black with #004F43
Text Example
Text Example
White with #004F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004F43; }
p { color: rgb(0,79,67); }
H1.HeaderClassName
{
color: #004F43;
}
.AnyTagClassName
{
color: #004F43;
}
</style>
background-color css
<style>
a { background-color: #004F43; }
a { background-color: rgb(0,79,67); }
div.DivClassName
{
background-color: #004F43;
}
.BgClassName
{
background-color: #004F43;
}
</style>
border-color css
<style>
span { border-color: #004F43; }
span { border-color: rgb(0,79,67); }
td.TdClassName
{
border-color: #004F43;
}
.TagClassName
{
border-color: #004F43;
}
</style>