Shades of Cyprus #14534A
Tints of Cyprus #14534A
RGB
CMYK
RGB Variations
Color information
#14534A (or 0x14534A) is known color: Cyprus. HEX triplet: 14, 53 and 4A. RGB value is (20,83,74). Sum of RGB (Red+Green+Blue) = 20+83+74=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #14534A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14534A is #EBACB5. Grayscale: #3F3F3F. Windows color (decimal): -15445174 or 4870932. OLE color: 4870932.
HSL color Cylindrical-coordinate representation of color #14534A: hue angle of 171.43º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14534A is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 83 | 74 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.67 |
| HSL | 171.43º | 0.61% | 0.2% | - |
| HSV(B) | 171.43º | 0.76% | 0.33% | - |
| XYZ | 4.62 | 6.83 | 7.55 | - |
| YUV | 63.14 | 134.13 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 74 | 0.76 | 0 | 0.11 | 0.67 | 171.43 | 0.61 | 0.2 |
| Hex | 14 | 53 | 4A | 4C | 0 | B | 43 | AB | 3D | 14 |
| Octal | 24 | 123 | 112 | 114 | 0 | 13 | 103 | 253 | 75 | 24 |
| Binary | 10100 | 1010011 | 1001010 | 1001100 | 0 | 1011 | 1000011 | 10101011 | 111101 | 10100 |
Color Harmonies of #14534A
Complementary color
Monochromatic Colors of #14534A
Black with #14534A
Text Example
Text Example
White with #14534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14534A; }
p { color: rgb(20,83,74); }
H1.HeaderClassName
{
color: #14534A;
}
.AnyTagClassName
{
color: #14534A;
}
</style>
background-color css
<style>
a { background-color: #14534A; }
a { background-color: rgb(20,83,74); }
div.DivClassName
{
background-color: #14534A;
}
.BgClassName
{
background-color: #14534A;
}
</style>
border-color css
<style>
span { border-color: #14534A; }
span { border-color: rgb(20,83,74); }
td.TdClassName
{
border-color: #14534A;
}
.TagClassName
{
border-color: #14534A;
}
</style>