Shades of Cyprus #14534C
Tints of Cyprus #14534C
RGB
CMYK
RGB Variations
Color information
#14534C (or 0x14534C) is known color: Cyprus. HEX triplet: 14, 53 and 4C. RGB value is (20,83,76). Sum of RGB (Red+Green+Blue) = 20+83+76=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #14534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14534C is #EBACB3. Grayscale: #3F3F3F. Windows color (decimal): -15445172 or 5002004. OLE color: 5002004.
HSL color Cylindrical-coordinate representation of color #14534C: hue angle of 173.33º 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 #14534C is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 83 | 76 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.67 |
| HSL | 173.33º | 0.61% | 0.2% | - |
| HSV(B) | 173.33º | 0.76% | 0.33% | - |
| XYZ | 4.69 | 6.86 | 7.91 | - |
| YUV | 63.37 | 135.13 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 76 | 0.76 | 0 | 0.08 | 0.67 | 173.33 | 0.61 | 0.2 |
| Hex | 14 | 53 | 4C | 4C | 0 | 8 | 43 | AD | 3D | 14 |
| Octal | 24 | 123 | 114 | 114 | 0 | 10 | 103 | 255 | 75 | 24 |
| Binary | 10100 | 1010011 | 1001100 | 1001100 | 0 | 1000 | 1000011 | 10101101 | 111101 | 10100 |
Color Harmonies of #14534C
Complementary color
Monochromatic Colors of #14534C
Black with #14534C
Text Example
Text Example
White with #14534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14534C; }
p { color: rgb(20,83,76); }
H1.HeaderClassName
{
color: #14534C;
}
.AnyTagClassName
{
color: #14534C;
}
</style>
background-color css
<style>
a { background-color: #14534C; }
a { background-color: rgb(20,83,76); }
div.DivClassName
{
background-color: #14534C;
}
.BgClassName
{
background-color: #14534C;
}
</style>
border-color css
<style>
span { border-color: #14534C; }
span { border-color: rgb(20,83,76); }
td.TdClassName
{
border-color: #14534C;
}
.TagClassName
{
border-color: #14534C;
}
</style>