Shades of Cyprus #144E51
Tints of Cyprus #144E51
RGB
CMYK
RGB Variations
Color information
#144E51 (or 0x144E51) is known color: Cyprus. HEX triplet: 14, 4E and 51. RGB value is (20,78,81). Sum of RGB (Red+Green+Blue) = 20+78+81=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #144E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E51 is #EBB1AE. Grayscale: #3C3C3C. Windows color (decimal): -15446447 or 5328404. OLE color: 5328404.
HSL color Cylindrical-coordinate representation of color #144E51: hue angle of 182.95º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144E51 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 78 | 81 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.68 |
| HSL | 182.95º | 0.6% | 0.2% | - |
| HSV(B) | 182.95º | 0.75% | 0.32% | - |
| XYZ | 4.5 | 6.19 | 8.74 | - |
| YUV | 61 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 81 | 0.75 | 0.04 | 0 | 0.68 | 182.95 | 0.6 | 0.2 |
| Hex | 14 | 4E | 51 | 4B | 4 | 0 | 44 | B7 | 3C | 14 |
| Octal | 24 | 116 | 121 | 113 | 4 | 0 | 104 | 267 | 74 | 24 |
| Binary | 10100 | 1001110 | 1010001 | 1001011 | 100 | 0 | 1000100 | 10110111 | 111100 | 10100 |
Color Harmonies of #144E51
Complementary color
Monochromatic Colors of #144E51
Black with #144E51
Text Example
Text Example
White with #144E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E51; }
p { color: rgb(20,78,81); }
H1.HeaderClassName
{
color: #144E51;
}
.AnyTagClassName
{
color: #144E51;
}
</style>
background-color css
<style>
a { background-color: #144E51; }
a { background-color: rgb(20,78,81); }
div.DivClassName
{
background-color: #144E51;
}
.BgClassName
{
background-color: #144E51;
}
</style>
border-color css
<style>
span { border-color: #144E51; }
span { border-color: rgb(20,78,81); }
td.TdClassName
{
border-color: #144E51;
}
.TagClassName
{
border-color: #144E51;
}
</style>