Shades of Cyprus #145153
Tints of Cyprus #145153
RGB
CMYK
RGB Variations
Color information
#145153 (or 0x145153) is known color: Cyprus. HEX triplet: 14, 51 and 53. RGB value is (20,81,83). Sum of RGB (Red+Green+Blue) = 20+81+83=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #145153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145153 is #EBAEAC. Grayscale: #3E3E3E. Windows color (decimal): -15445677 or 5460244. OLE color: 5460244.
HSL color Cylindrical-coordinate representation of color #145153: hue angle of 181.9º 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 #145153 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 81 | 83 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.67 |
| HSL | 181.9º | 0.61% | 0.2% | - |
| HSV(B) | 181.9º | 0.76% | 0.33% | - |
| XYZ | 4.79 | 6.66 | 9.22 | - |
| YUV | 62.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 83 | 0.76 | 0.02 | 0 | 0.67 | 181.9 | 0.61 | 0.2 |
| Hex | 14 | 51 | 53 | 4C | 2 | 0 | 43 | B6 | 3D | 14 |
| Octal | 24 | 121 | 123 | 114 | 2 | 0 | 103 | 266 | 75 | 24 |
| Binary | 10100 | 1010001 | 1010011 | 1001100 | 10 | 0 | 1000011 | 10110110 | 111101 | 10100 |
Color Harmonies of #145153
Complementary color
Monochromatic Colors of #145153
Black with #145153
Text Example
Text Example
White with #145153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145153; }
p { color: rgb(20,81,83); }
H1.HeaderClassName
{
color: #145153;
}
.AnyTagClassName
{
color: #145153;
}
</style>
background-color css
<style>
a { background-color: #145153; }
a { background-color: rgb(20,81,83); }
div.DivClassName
{
background-color: #145153;
}
.BgClassName
{
background-color: #145153;
}
</style>
border-color css
<style>
span { border-color: #145153; }
span { border-color: rgb(20,81,83); }
td.TdClassName
{
border-color: #145153;
}
.TagClassName
{
border-color: #145153;
}
</style>