Shades of Cyprus #14524B
Tints of Cyprus #14524B
RGB
CMYK
RGB Variations
Color information
#14524B (or 0x14524B) is known color: Cyprus. HEX triplet: 14, 52 and 4B. RGB value is (20,82,75). Sum of RGB (Red+Green+Blue) = 20+82+75=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #14524B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14524B is #EBADB4. Grayscale: #3E3E3E. Windows color (decimal): -15445429 or 4936212. OLE color: 4936212.
HSL color Cylindrical-coordinate representation of color #14524B: hue angle of 173.23º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14524B is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 82 | 75 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.68 |
| HSL | 173.23º | 0.61% | 0.2% | - |
| HSV(B) | 173.23º | 0.76% | 0.32% | - |
| XYZ | 4.58 | 6.69 | 7.71 | - |
| YUV | 62.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 75 | 0.76 | 0 | 0.09 | 0.68 | 173.23 | 0.61 | 0.2 |
| Hex | 14 | 52 | 4B | 4C | 0 | 9 | 44 | AD | 3D | 14 |
| Octal | 24 | 122 | 113 | 114 | 0 | 11 | 104 | 255 | 75 | 24 |
| Binary | 10100 | 1010010 | 1001011 | 1001100 | 0 | 1001 | 1000100 | 10101101 | 111101 | 10100 |
Color Harmonies of #14524B
Complementary color
Monochromatic Colors of #14524B
Black with #14524B
Text Example
Text Example
White with #14524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14524B; }
p { color: rgb(20,82,75); }
H1.HeaderClassName
{
color: #14524B;
}
.AnyTagClassName
{
color: #14524B;
}
</style>
background-color css
<style>
a { background-color: #14524B; }
a { background-color: rgb(20,82,75); }
div.DivClassName
{
background-color: #14524B;
}
.BgClassName
{
background-color: #14524B;
}
</style>
border-color css
<style>
span { border-color: #14524B; }
span { border-color: rgb(20,82,75); }
td.TdClassName
{
border-color: #14524B;
}
.TagClassName
{
border-color: #14524B;
}
</style>