Shades of Cyprus #144F50
Tints of Cyprus #144F50
RGB
CMYK
RGB Variations
Color information
#144F50 (or 0x144F50) is known color: Cyprus. HEX triplet: 14, 4F and 50. RGB value is (20,79,80). Sum of RGB (Red+Green+Blue) = 20+79+80=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #144F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F50 is #EBB0AF. Grayscale: #3D3D3D. Windows color (decimal): -15446192 or 5263124. OLE color: 5263124.
HSL color Cylindrical-coordinate representation of color #144F50: hue angle of 181º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144F50 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 79 | 80 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.69 |
| HSL | 181º | 0.6% | 0.2% | - |
| HSV(B) | 181º | 0.75% | 0.31% | - |
| XYZ | 4.53 | 6.32 | 8.57 | - |
| YUV | 61.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 80 | 0.75 | 0.01 | 0 | 0.69 | 181 | 0.6 | 0.2 |
| Hex | 14 | 4F | 50 | 4B | 1 | 0 | 45 | B5 | 3C | 14 |
| Octal | 24 | 117 | 120 | 113 | 1 | 0 | 105 | 265 | 74 | 24 |
| Binary | 10100 | 1001111 | 1010000 | 1001011 | 1 | 0 | 1000101 | 10110101 | 111100 | 10100 |
Color Harmonies of #144F50
Complementary color
Monochromatic Colors of #144F50
Black with #144F50
Text Example
Text Example
White with #144F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F50; }
p { color: rgb(20,79,80); }
H1.HeaderClassName
{
color: #144F50;
}
.AnyTagClassName
{
color: #144F50;
}
</style>
background-color css
<style>
a { background-color: #144F50; }
a { background-color: rgb(20,79,80); }
div.DivClassName
{
background-color: #144F50;
}
.BgClassName
{
background-color: #144F50;
}
</style>
border-color css
<style>
span { border-color: #144F50; }
span { border-color: rgb(20,79,80); }
td.TdClassName
{
border-color: #144F50;
}
.TagClassName
{
border-color: #144F50;
}
</style>