Shades of Cyprus #145256
Tints of Cyprus #145256
RGB
CMYK
RGB Variations
Color information
#145256 (or 0x145256) is known color: Cyprus. HEX triplet: 14, 52 and 56. RGB value is (20,82,86). Sum of RGB (Red+Green+Blue) = 20+82+86=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #145256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145256 is #EBADA9. Grayscale: #3F3F3F. Windows color (decimal): -15445418 or 5657108. OLE color: 5657108.
HSL color Cylindrical-coordinate representation of color #145256: hue angle of 183.64º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145256 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 82 | 86 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.66 |
| HSL | 183.64º | 0.62% | 0.21% | - |
| HSV(B) | 183.64º | 0.77% | 0.34% | - |
| XYZ | 4.99 | 6.86 | 9.86 | - |
| YUV | 63.92 | 140.46 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 86 | 0.77 | 0.05 | 0 | 0.66 | 183.64 | 0.62 | 0.21 |
| Hex | 14 | 52 | 56 | 4D | 5 | 0 | 42 | B8 | 3E | 15 |
| Octal | 24 | 122 | 126 | 115 | 5 | 0 | 102 | 270 | 76 | 25 |
| Binary | 10100 | 1010010 | 1010110 | 1001101 | 101 | 0 | 1000010 | 10111000 | 111110 | 10101 |
Color Harmonies of #145256
Complementary color
Monochromatic Colors of #145256
Black with #145256
Text Example
Text Example
White with #145256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145256; }
p { color: rgb(20,82,86); }
H1.HeaderClassName
{
color: #145256;
}
.AnyTagClassName
{
color: #145256;
}
</style>
background-color css
<style>
a { background-color: #145256; }
a { background-color: rgb(20,82,86); }
div.DivClassName
{
background-color: #145256;
}
.BgClassName
{
background-color: #145256;
}
</style>
border-color css
<style>
span { border-color: #145256; }
span { border-color: rgb(20,82,86); }
td.TdClassName
{
border-color: #145256;
}
.TagClassName
{
border-color: #145256;
}
</style>