Shades of Cyprus #144D51
Tints of Cyprus #144D51
RGB
CMYK
RGB Variations
Color information
#144D51 (or 0x144D51) is known color: Cyprus. HEX triplet: 14, 4D and 51. RGB value is (20,77,81). Sum of RGB (Red+Green+Blue) = 20+77+81=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #144D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D51 is #EBB2AE. Grayscale: #3C3C3C. Windows color (decimal): -15446703 or 5328148. OLE color: 5328148.
HSL color Cylindrical-coordinate representation of color #144D51: hue angle of 183.93º 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 #144D51 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 77 | 81 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.68 |
| HSL | 183.93º | 0.6% | 0.2% | - |
| HSV(B) | 183.93º | 0.75% | 0.32% | - |
| XYZ | 4.43 | 6.05 | 8.72 | - |
| YUV | 60.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 81 | 0.75 | 0.05 | 0 | 0.68 | 183.93 | 0.6 | 0.2 |
| Hex | 14 | 4D | 51 | 4B | 5 | 0 | 44 | B8 | 3C | 14 |
| Octal | 24 | 115 | 121 | 113 | 5 | 0 | 104 | 270 | 74 | 24 |
| Binary | 10100 | 1001101 | 1010001 | 1001011 | 101 | 0 | 1000100 | 10111000 | 111100 | 10100 |
Color Harmonies of #144D51
Complementary color
Monochromatic Colors of #144D51
Black with #144D51
Text Example
Text Example
White with #144D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D51; }
p { color: rgb(20,77,81); }
H1.HeaderClassName
{
color: #144D51;
}
.AnyTagClassName
{
color: #144D51;
}
</style>
background-color css
<style>
a { background-color: #144D51; }
a { background-color: rgb(20,77,81); }
div.DivClassName
{
background-color: #144D51;
}
.BgClassName
{
background-color: #144D51;
}
</style>
border-color css
<style>
span { border-color: #144D51; }
span { border-color: rgb(20,77,81); }
td.TdClassName
{
border-color: #144D51;
}
.TagClassName
{
border-color: #144D51;
}
</style>