Shades of Cyprus #174C51
Tints of Cyprus #174C51
RGB
CMYK
RGB Variations
Color information
#174C51 (or 0x174C51) is known color: Cyprus. HEX triplet: 17, 4C and 51. RGB value is (23,76,81). Sum of RGB (Red+Green+Blue) = 23+76+81=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #174C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174C51 is #E8B3AE. Grayscale: #3C3C3C. Windows color (decimal): -15250351 or 5327895. OLE color: 5327895.
HSL color Cylindrical-coordinate representation of color #174C51: hue angle of 185.17º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #174C51 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 76 | 81 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.68 |
| HSL | 185.17º | 0.56% | 0.2% | - |
| HSV(B) | 185.17º | 0.72% | 0.32% | - |
| XYZ | 4.42 | 5.95 | 8.7 | - |
| YUV | 60.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 81 | 0.72 | 0.06 | 0 | 0.68 | 185.17 | 0.56 | 0.2 |
| Hex | 17 | 4C | 51 | 48 | 6 | 0 | 44 | B9 | 38 | 14 |
| Octal | 27 | 114 | 121 | 110 | 6 | 0 | 104 | 271 | 70 | 24 |
| Binary | 10111 | 1001100 | 1010001 | 1001000 | 110 | 0 | 1000100 | 10111001 | 111000 | 10100 |
Color Harmonies of #174C51
Complementary color
Monochromatic Colors of #174C51
Black with #174C51
Text Example
Text Example
White with #174C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C51; }
p { color: rgb(23,76,81); }
H1.HeaderClassName
{
color: #174C51;
}
.AnyTagClassName
{
color: #174C51;
}
</style>
background-color css
<style>
a { background-color: #174C51; }
a { background-color: rgb(23,76,81); }
div.DivClassName
{
background-color: #174C51;
}
.BgClassName
{
background-color: #174C51;
}
</style>
border-color css
<style>
span { border-color: #174C51; }
span { border-color: rgb(23,76,81); }
td.TdClassName
{
border-color: #174C51;
}
.TagClassName
{
border-color: #174C51;
}
</style>