Shades of Cyprus #174D48
Tints of Cyprus #174D48
RGB
CMYK
RGB Variations
Color information
#174D48 (or 0x174D48) is known color: Cyprus. HEX triplet: 17, 4D and 48. RGB value is (23,77,72). Sum of RGB (Red+Green+Blue) = 23+77+72=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #174D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174D48 is #E8B2B7. Grayscale: #3C3C3C. Windows color (decimal): -15250104 or 4738327. OLE color: 4738327.
HSL color Cylindrical-coordinate representation of color #174D48: hue angle of 174.44º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174D48 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 77 | 72 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.70 |
| HSL | 174.44º | 0.54% | 0.2% | - |
| HSV(B) | 174.44º | 0.7% | 0.3% | - |
| XYZ | 4.18 | 5.96 | 7.06 | - |
| YUV | 60.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 72 | 0.70 | 0 | 0.06 | 0.70 | 174.44 | 0.54 | 0.2 |
| Hex | 17 | 4D | 48 | 46 | 0 | 6 | 46 | AE | 36 | 14 |
| Octal | 27 | 115 | 110 | 106 | 0 | 6 | 106 | 256 | 66 | 24 |
| Binary | 10111 | 1001101 | 1001000 | 1000110 | 0 | 110 | 1000110 | 10101110 | 110110 | 10100 |
Color Harmonies of #174D48
Complementary color
Monochromatic Colors of #174D48
Black with #174D48
Text Example
Text Example
White with #174D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D48; }
p { color: rgb(23,77,72); }
H1.HeaderClassName
{
color: #174D48;
}
.AnyTagClassName
{
color: #174D48;
}
</style>
background-color css
<style>
a { background-color: #174D48; }
a { background-color: rgb(23,77,72); }
div.DivClassName
{
background-color: #174D48;
}
.BgClassName
{
background-color: #174D48;
}
</style>
border-color css
<style>
span { border-color: #174D48; }
span { border-color: rgb(23,77,72); }
td.TdClassName
{
border-color: #174D48;
}
.TagClassName
{
border-color: #174D48;
}
</style>