Shades of Cyprus #14504C
Tints of Cyprus #14504C
RGB
CMYK
RGB Variations
Color information
#14504C (or 0x14504C) is known color: Cyprus. HEX triplet: 14, 50 and 4C. RGB value is (20,80,76). Sum of RGB (Red+Green+Blue) = 20+80+76=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #14504C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14504C is #EBAFB3. Grayscale: #3D3D3D. Windows color (decimal): -15445940 or 5001236. OLE color: 5001236.
HSL color Cylindrical-coordinate representation of color #14504C: hue angle of 176º 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 #14504C is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 76 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.69 |
| HSL | 176º | 0.6% | 0.2% | - |
| HSV(B) | 176º | 0.75% | 0.31% | - |
| XYZ | 4.46 | 6.41 | 7.84 | - |
| YUV | 61.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 76 | 0.75 | 0 | 0.05 | 0.69 | 176 | 0.6 | 0.2 |
| Hex | 14 | 50 | 4C | 4B | 0 | 5 | 45 | B0 | 3C | 14 |
| Octal | 24 | 120 | 114 | 113 | 0 | 5 | 105 | 260 | 74 | 24 |
| Binary | 10100 | 1010000 | 1001100 | 1001011 | 0 | 101 | 1000101 | 10110000 | 111100 | 10100 |
Color Harmonies of #14504C
Complementary color
Monochromatic Colors of #14504C
Black with #14504C
Text Example
Text Example
White with #14504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14504C; }
p { color: rgb(20,80,76); }
H1.HeaderClassName
{
color: #14504C;
}
.AnyTagClassName
{
color: #14504C;
}
</style>
background-color css
<style>
a { background-color: #14504C; }
a { background-color: rgb(20,80,76); }
div.DivClassName
{
background-color: #14504C;
}
.BgClassName
{
background-color: #14504C;
}
</style>
border-color css
<style>
span { border-color: #14504C; }
span { border-color: rgb(20,80,76); }
td.TdClassName
{
border-color: #14504C;
}
.TagClassName
{
border-color: #14504C;
}
</style>