Shades of Cyprus #14524E
Tints of Cyprus #14524E
RGB
CMYK
RGB Variations
Color information
#14524E (or 0x14524E) is known color: Cyprus. HEX triplet: 14, 52 and 4E. RGB value is (20,82,78). Sum of RGB (Red+Green+Blue) = 20+82+78=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #14524E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14524E is #EBADB1. Grayscale: #3E3E3E. Windows color (decimal): -15445426 or 5132820. OLE color: 5132820.
HSL color Cylindrical-coordinate representation of color #14524E: hue angle of 176.13º 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 #14524E is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 82 | 78 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.68 |
| HSL | 176.13º | 0.61% | 0.2% | - |
| HSV(B) | 176.13º | 0.76% | 0.32% | - |
| XYZ | 4.68 | 6.73 | 8.26 | - |
| YUV | 63.01 | 136.46 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 78 | 0.76 | 0 | 0.05 | 0.68 | 176.13 | 0.61 | 0.2 |
| Hex | 14 | 52 | 4E | 4C | 0 | 5 | 44 | B0 | 3D | 14 |
| Octal | 24 | 122 | 116 | 114 | 0 | 5 | 104 | 260 | 75 | 24 |
| Binary | 10100 | 1010010 | 1001110 | 1001100 | 0 | 101 | 1000100 | 10110000 | 111101 | 10100 |
Color Harmonies of #14524E
Complementary color
Monochromatic Colors of #14524E
Black with #14524E
Text Example
Text Example
White with #14524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14524E; }
p { color: rgb(20,82,78); }
H1.HeaderClassName
{
color: #14524E;
}
.AnyTagClassName
{
color: #14524E;
}
</style>
background-color css
<style>
a { background-color: #14524E; }
a { background-color: rgb(20,82,78); }
div.DivClassName
{
background-color: #14524E;
}
.BgClassName
{
background-color: #14524E;
}
</style>
border-color css
<style>
span { border-color: #14524E; }
span { border-color: rgb(20,82,78); }
td.TdClassName
{
border-color: #14524E;
}
.TagClassName
{
border-color: #14524E;
}
</style>