Shades of Cyprus #144E4D
Tints of Cyprus #144E4D
RGB
CMYK
RGB Variations
Color information
#144E4D (or 0x144E4D) is known color: Cyprus. HEX triplet: 14, 4E and 4D. RGB value is (20,78,77). Sum of RGB (Red+Green+Blue) = 20+78+77=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 78 - color contains mainly: green. Hex color #144E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E4D is #EBB1B2. Grayscale: #3C3C3C. Windows color (decimal): -15446451 or 5066260. OLE color: 5066260.
HSL color Cylindrical-coordinate representation of color #144E4D: hue angle of 178.97º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144E4D is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 77 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.69 |
| HSL | 178.97º | 0.59% | 0.19% | - |
| HSV(B) | 178.97º | 0.74% | 0.31% | - |
| XYZ | 4.35 | 6.13 | 7.98 | - |
| YUV | 60.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 77 | 0.74 | 0 | 0.01 | 0.69 | 178.97 | 0.59 | 0.19 |
| Hex | 14 | 4E | 4D | 4A | 0 | 1 | 45 | B3 | 3B | 13 |
| Octal | 24 | 116 | 115 | 112 | 0 | 1 | 105 | 263 | 73 | 23 |
| Binary | 10100 | 1001110 | 1001101 | 1001010 | 0 | 1 | 1000101 | 10110011 | 111011 | 10011 |
Color Harmonies of #144E4D
Complementary color
Monochromatic Colors of #144E4D
Black with #144E4D
Text Example
Text Example
White with #144E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E4D; }
p { color: rgb(20,78,77); }
H1.HeaderClassName
{
color: #144E4D;
}
.AnyTagClassName
{
color: #144E4D;
}
</style>
background-color css
<style>
a { background-color: #144E4D; }
a { background-color: rgb(20,78,77); }
div.DivClassName
{
background-color: #144E4D;
}
.BgClassName
{
background-color: #144E4D;
}
</style>
border-color css
<style>
span { border-color: #144E4D; }
span { border-color: rgb(20,78,77); }
td.TdClassName
{
border-color: #144E4D;
}
.TagClassName
{
border-color: #144E4D;
}
</style>