Shades of Cyprus #14534D
Tints of Cyprus #14534D
RGB
CMYK
RGB Variations
Color information
#14534D (or 0x14534D) is known color: Cyprus. HEX triplet: 14, 53 and 4D. RGB value is (20,83,77). Sum of RGB (Red+Green+Blue) = 20+83+77=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #14534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14534D is #EBACB2. Grayscale: #3F3F3F. Windows color (decimal): -15445171 or 5067540. OLE color: 5067540.
HSL color Cylindrical-coordinate representation of color #14534D: hue angle of 174.29º 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 #14534D is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 83 | 77 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.67 |
| HSL | 174.29º | 0.61% | 0.2% | - |
| HSV(B) | 174.29º | 0.76% | 0.33% | - |
| XYZ | 4.72 | 6.87 | 8.1 | - |
| YUV | 63.48 | 135.63 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 77 | 0.76 | 0 | 0.07 | 0.67 | 174.29 | 0.61 | 0.2 |
| Hex | 14 | 53 | 4D | 4C | 0 | 7 | 43 | AE | 3D | 14 |
| Octal | 24 | 123 | 115 | 114 | 0 | 7 | 103 | 256 | 75 | 24 |
| Binary | 10100 | 1010011 | 1001101 | 1001100 | 0 | 111 | 1000011 | 10101110 | 111101 | 10100 |
Color Harmonies of #14534D
Complementary color
Monochromatic Colors of #14534D
Black with #14534D
Text Example
Text Example
White with #14534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14534D; }
p { color: rgb(20,83,77); }
H1.HeaderClassName
{
color: #14534D;
}
.AnyTagClassName
{
color: #14534D;
}
</style>
background-color css
<style>
a { background-color: #14534D; }
a { background-color: rgb(20,83,77); }
div.DivClassName
{
background-color: #14534D;
}
.BgClassName
{
background-color: #14534D;
}
</style>
border-color css
<style>
span { border-color: #14534D; }
span { border-color: rgb(20,83,77); }
td.TdClassName
{
border-color: #14534D;
}
.TagClassName
{
border-color: #14534D;
}
</style>