Shades of Cyprus #14544B
Tints of Cyprus #14544B
RGB
CMYK
RGB Variations
Color information
#14544B (or 0x14544B) is known color: Cyprus. HEX triplet: 14, 54 and 4B. RGB value is (20,84,75). Sum of RGB (Red+Green+Blue) = 20+84+75=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #14544B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14544B is #EBABB4. Grayscale: #3F3F3F. Windows color (decimal): -15444917 or 4936724. OLE color: 4936724.
HSL color Cylindrical-coordinate representation of color #14544B: hue angle of 171.56º degrees, saturation: 0.62, 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 #14544B is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 75 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.67 |
| HSL | 171.56º | 0.62% | 0.2% | - |
| HSV(B) | 171.56º | 0.76% | 0.33% | - |
| XYZ | 4.73 | 7 | 7.76 | - |
| YUV | 63.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 75 | 0.76 | 0 | 0.11 | 0.67 | 171.56 | 0.62 | 0.2 |
| Hex | 14 | 54 | 4B | 4C | 0 | B | 43 | AC | 3E | 14 |
| Octal | 24 | 124 | 113 | 114 | 0 | 13 | 103 | 254 | 76 | 24 |
| Binary | 10100 | 1010100 | 1001011 | 1001100 | 0 | 1011 | 1000011 | 10101100 | 111110 | 10100 |
Color Harmonies of #14544B
Complementary color
Monochromatic Colors of #14544B
Black with #14544B
Text Example
Text Example
White with #14544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14544B; }
p { color: rgb(20,84,75); }
H1.HeaderClassName
{
color: #14544B;
}
.AnyTagClassName
{
color: #14544B;
}
</style>
background-color css
<style>
a { background-color: #14544B; }
a { background-color: rgb(20,84,75); }
div.DivClassName
{
background-color: #14544B;
}
.BgClassName
{
background-color: #14544B;
}
</style>
border-color css
<style>
span { border-color: #14544B; }
span { border-color: rgb(20,84,75); }
td.TdClassName
{
border-color: #14544B;
}
.TagClassName
{
border-color: #14544B;
}
</style>