Shades of Cyprus #144D52
Tints of Cyprus #144D52
RGB
CMYK
RGB Variations
Color information
#144D52 (or 0x144D52) is known color: Cyprus. HEX triplet: 14, 4D and 52. RGB value is (20,77,82). Sum of RGB (Red+Green+Blue) = 20+77+82=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 82 - color contains mainly: blue. Hex color #144D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D52 is #EBB2AD. Grayscale: #3C3C3C. Windows color (decimal): -15446702 or 5393684. OLE color: 5393684.
HSL color Cylindrical-coordinate representation of color #144D52: hue angle of 184.84º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144D52 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 77 | 82 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.68 |
| HSL | 184.84º | 0.61% | 0.2% | - |
| HSV(B) | 184.84º | 0.76% | 0.32% | - |
| XYZ | 4.47 | 6.07 | 8.92 | - |
| YUV | 60.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 82 | 0.76 | 0.06 | 0 | 0.68 | 184.84 | 0.61 | 0.2 |
| Hex | 14 | 4D | 52 | 4C | 6 | 0 | 44 | B9 | 3D | 14 |
| Octal | 24 | 115 | 122 | 114 | 6 | 0 | 104 | 271 | 75 | 24 |
| Binary | 10100 | 1001101 | 1010010 | 1001100 | 110 | 0 | 1000100 | 10111001 | 111101 | 10100 |
Color Harmonies of #144D52
Complementary color
Monochromatic Colors of #144D52
Black with #144D52
Text Example
Text Example
White with #144D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D52; }
p { color: rgb(20,77,82); }
H1.HeaderClassName
{
color: #144D52;
}
.AnyTagClassName
{
color: #144D52;
}
</style>
background-color css
<style>
a { background-color: #144D52; }
a { background-color: rgb(20,77,82); }
div.DivClassName
{
background-color: #144D52;
}
.BgClassName
{
background-color: #144D52;
}
</style>
border-color css
<style>
span { border-color: #144D52; }
span { border-color: rgb(20,77,82); }
td.TdClassName
{
border-color: #144D52;
}
.TagClassName
{
border-color: #144D52;
}
</style>