Shades of Cyprus #174C48
Tints of Cyprus #174C48
RGB
CMYK
RGB Variations
Color information
#174C48 (or 0x174C48) is known color: Cyprus. HEX triplet: 17, 4C and 48. RGB value is (23,76,72). Sum of RGB (Red+Green+Blue) = 23+76+72=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #174C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C48 is #E8B3B7. Grayscale: #3B3B3B. Windows color (decimal): -15250360 or 4738071. OLE color: 4738071.
HSL color Cylindrical-coordinate representation of color #174C48: hue angle of 175.47º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174C48 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 76 | 72 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.70 |
| HSL | 175.47º | 0.54% | 0.19% | - |
| HSV(B) | 175.47º | 0.7% | 0.3% | - |
| XYZ | 4.11 | 5.82 | 7.04 | - |
| YUV | 59.7 | 134.94 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 72 | 0.70 | 0 | 0.05 | 0.70 | 175.47 | 0.54 | 0.19 |
| Hex | 17 | 4C | 48 | 46 | 0 | 5 | 46 | AF | 36 | 13 |
| Octal | 27 | 114 | 110 | 106 | 0 | 5 | 106 | 257 | 66 | 23 |
| Binary | 10111 | 1001100 | 1001000 | 1000110 | 0 | 101 | 1000110 | 10101111 | 110110 | 10011 |
Color Harmonies of #174C48
Complementary color
Monochromatic Colors of #174C48
Black with #174C48
Text Example
Text Example
White with #174C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C48; }
p { color: rgb(23,76,72); }
H1.HeaderClassName
{
color: #174C48;
}
.AnyTagClassName
{
color: #174C48;
}
</style>
background-color css
<style>
a { background-color: #174C48; }
a { background-color: rgb(23,76,72); }
div.DivClassName
{
background-color: #174C48;
}
.BgClassName
{
background-color: #174C48;
}
</style>
border-color css
<style>
span { border-color: #174C48; }
span { border-color: rgb(23,76,72); }
td.TdClassName
{
border-color: #174C48;
}
.TagClassName
{
border-color: #174C48;
}
</style>