Shades of Cyprus #144D4E
Tints of Cyprus #144D4E
RGB
CMYK
RGB Variations
Color information
#144D4E (or 0x144D4E) is known color: Cyprus. HEX triplet: 14, 4D and 4E. RGB value is (20,77,78). Sum of RGB (Red+Green+Blue) = 20+77+78=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #144D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D4E is #EBB2B1. Grayscale: #3C3C3C. Windows color (decimal): -15446706 or 5131540. OLE color: 5131540.
HSL color Cylindrical-coordinate representation of color #144D4E: hue angle of 181.03º 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 #144D4E is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 77 | 78 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.69 |
| HSL | 181.03º | 0.59% | 0.19% | - |
| HSV(B) | 181.03º | 0.74% | 0.31% | - |
| XYZ | 4.32 | 6.01 | 8.14 | - |
| YUV | 60.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 78 | 0.74 | 0.01 | 0 | 0.69 | 181.03 | 0.59 | 0.19 |
| Hex | 14 | 4D | 4E | 4A | 1 | 0 | 45 | B5 | 3B | 13 |
| Octal | 24 | 115 | 116 | 112 | 1 | 0 | 105 | 265 | 73 | 23 |
| Binary | 10100 | 1001101 | 1001110 | 1001010 | 1 | 0 | 1000101 | 10110101 | 111011 | 10011 |
Color Harmonies of #144D4E
Complementary color
Monochromatic Colors of #144D4E
Black with #144D4E
Text Example
Text Example
White with #144D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D4E; }
p { color: rgb(20,77,78); }
H1.HeaderClassName
{
color: #144D4E;
}
.AnyTagClassName
{
color: #144D4E;
}
</style>
background-color css
<style>
a { background-color: #144D4E; }
a { background-color: rgb(20,77,78); }
div.DivClassName
{
background-color: #144D4E;
}
.BgClassName
{
background-color: #144D4E;
}
</style>
border-color css
<style>
span { border-color: #144D4E; }
span { border-color: rgb(20,77,78); }
td.TdClassName
{
border-color: #144D4E;
}
.TagClassName
{
border-color: #144D4E;
}
</style>