Shades of Cyprus #145050
Tints of Cyprus #145050
RGB
CMYK
RGB Variations
Color information
#145050 (or 0x145050) is known color: Cyprus. HEX triplet: 14, 50 and 50. RGB value is (20,80,80). Sum of RGB (Red+Green+Blue) = 20+80+80=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #145050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145050 is #EBAFAF. Grayscale: #3E3E3E. Windows color (decimal): -15445936 or 5263380. OLE color: 5263380.
HSL color Cylindrical-coordinate representation of color #145050: hue angle of 180º 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 #145050 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 80 | - |
| CMYK | 0.75 | 0 | 0 | 0.69 |
| HSL | 180º | 0.6% | 0.2% | - |
| HSV(B) | 180º | 0.75% | 0.31% | - |
| XYZ | 4.61 | 6.47 | 8.59 | - |
| YUV | 62.06 | 138.12 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 80 | 0.75 | 0 | 0 | 0.69 | 180 | 0.6 | 0.2 |
| Hex | 14 | 50 | 50 | 4B | 0 | 0 | 45 | B4 | 3C | 14 |
| Octal | 24 | 120 | 120 | 113 | 0 | 0 | 105 | 264 | 74 | 24 |
| Binary | 10100 | 1010000 | 1010000 | 1001011 | 0 | 0 | 1000101 | 10110100 | 111100 | 10100 |
Color Harmonies of #145050
Complementary color
Monochromatic Colors of #145050
Black with #145050
Text Example
Text Example
White with #145050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145050; }
p { color: rgb(20,80,80); }
H1.HeaderClassName
{
color: #145050;
}
.AnyTagClassName
{
color: #145050;
}
</style>
background-color css
<style>
a { background-color: #145050; }
a { background-color: rgb(20,80,80); }
div.DivClassName
{
background-color: #145050;
}
.BgClassName
{
background-color: #145050;
}
</style>
border-color css
<style>
span { border-color: #145050; }
span { border-color: rgb(20,80,80); }
td.TdClassName
{
border-color: #145050;
}
.TagClassName
{
border-color: #145050;
}
</style>