Shades of Cyprus #004240
Tints of Cyprus #004240
RGB
CMYK
RGB Variations
Color information
#004240 (or 0x004240) is known color: Cyprus. HEX triplet: 00, 42 and 40. RGB value is (0,66,64). Sum of RGB (Red+Green+Blue) = 0+66+64=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #004240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004240 is #FFBDBF. Grayscale: #2D2D2D. Windows color (decimal): -16760256 or 4211200. OLE color: 4211200.
HSL color Cylindrical-coordinate representation of color #004240: hue angle of 178.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004240 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 66 | 64 | - |
| CMYK | 1 | 0 | 0.03 | 0.74 |
| HSL | 178.18º | 1% | 0.13% | - |
| HSV(B) | 178.18º | 1% | 0.26% | - |
| XYZ | 2.87 | 4.27 | 5.52 | - |
| YUV | 46.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 64 | 1 | 0 | 0.03 | 0.74 | 178.18 | 1 | 0.13 |
| Hex | 0 | 42 | 40 | 64 | 0 | 3 | 4A | B2 | 64 | D |
| Octal | 0 | 102 | 100 | 144 | 0 | 3 | 112 | 262 | 144 | 15 |
| Binary | 0 | 1000010 | 1000000 | 1100100 | 0 | 11 | 1001010 | 10110010 | 1100100 | 1101 |
Color Harmonies of #004240
Complementary color
Monochromatic Colors of #004240
Black with #004240
Text Example
Text Example
White with #004240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004240; }
p { color: rgb(0,66,64); }
H1.HeaderClassName
{
color: #004240;
}
.AnyTagClassName
{
color: #004240;
}
</style>
background-color css
<style>
a { background-color: #004240; }
a { background-color: rgb(0,66,64); }
div.DivClassName
{
background-color: #004240;
}
.BgClassName
{
background-color: #004240;
}
</style>
border-color css
<style>
span { border-color: #004240; }
span { border-color: rgb(0,66,64); }
td.TdClassName
{
border-color: #004240;
}
.TagClassName
{
border-color: #004240;
}
</style>