Shades of Cyprus #144C4E
Tints of Cyprus #144C4E
RGB
CMYK
RGB Variations
Color information
#144C4E (or 0x144C4E) is known color: Cyprus. HEX triplet: 14, 4C and 4E. RGB value is (20,76,78). Sum of RGB (Red+Green+Blue) = 20+76+78=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #144C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C4E is #EBB3B1. Grayscale: #3B3B3B. Windows color (decimal): -15446962 or 5131284. OLE color: 5131284.
HSL color Cylindrical-coordinate representation of color #144C4E: hue angle of 182.07º 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 #144C4E is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 76 | 78 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.69 |
| HSL | 182.07º | 0.59% | 0.19% | - |
| HSV(B) | 182.07º | 0.74% | 0.31% | - |
| XYZ | 4.25 | 5.87 | 8.12 | - |
| YUV | 59.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 78 | 0.74 | 0.03 | 0 | 0.69 | 182.07 | 0.59 | 0.19 |
| Hex | 14 | 4C | 4E | 4A | 3 | 0 | 45 | B6 | 3B | 13 |
| Octal | 24 | 114 | 116 | 112 | 3 | 0 | 105 | 266 | 73 | 23 |
| Binary | 10100 | 1001100 | 1001110 | 1001010 | 11 | 0 | 1000101 | 10110110 | 111011 | 10011 |
Color Harmonies of #144C4E
Complementary color
Monochromatic Colors of #144C4E
Black with #144C4E
Text Example
Text Example
White with #144C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C4E; }
p { color: rgb(20,76,78); }
H1.HeaderClassName
{
color: #144C4E;
}
.AnyTagClassName
{
color: #144C4E;
}
</style>
background-color css
<style>
a { background-color: #144C4E; }
a { background-color: rgb(20,76,78); }
div.DivClassName
{
background-color: #144C4E;
}
.BgClassName
{
background-color: #144C4E;
}
</style>
border-color css
<style>
span { border-color: #144C4E; }
span { border-color: rgb(20,76,78); }
td.TdClassName
{
border-color: #144C4E;
}
.TagClassName
{
border-color: #144C4E;
}
</style>