Shades of Cyprus #174C4A
Tints of Cyprus #174C4A
RGB
CMYK
RGB Variations
Color information
#174C4A (or 0x174C4A) is known color: Cyprus. HEX triplet: 17, 4C and 4A. RGB value is (23,76,74). Sum of RGB (Red+Green+Blue) = 23+76+74=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #174C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C4A is #E8B3B5. Grayscale: #3B3B3B. Windows color (decimal): -15250358 or 4869143. OLE color: 4869143.
HSL color Cylindrical-coordinate representation of color #174C4A: hue angle of 177.74º 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 #174C4A is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 76 | 74 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.70 |
| HSL | 177.74º | 0.54% | 0.19% | - |
| HSV(B) | 177.74º | 0.7% | 0.3% | - |
| XYZ | 4.17 | 5.85 | 7.39 | - |
| YUV | 59.93 | 135.94 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 74 | 0.70 | 0 | 0.03 | 0.70 | 177.74 | 0.54 | 0.19 |
| Hex | 17 | 4C | 4A | 46 | 0 | 3 | 46 | B2 | 36 | 13 |
| Octal | 27 | 114 | 112 | 106 | 0 | 3 | 106 | 262 | 66 | 23 |
| Binary | 10111 | 1001100 | 1001010 | 1000110 | 0 | 11 | 1000110 | 10110010 | 110110 | 10011 |
Color Harmonies of #174C4A
Complementary color
Monochromatic Colors of #174C4A
Black with #174C4A
Text Example
Text Example
White with #174C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C4A; }
p { color: rgb(23,76,74); }
H1.HeaderClassName
{
color: #174C4A;
}
.AnyTagClassName
{
color: #174C4A;
}
</style>
background-color css
<style>
a { background-color: #174C4A; }
a { background-color: rgb(23,76,74); }
div.DivClassName
{
background-color: #174C4A;
}
.BgClassName
{
background-color: #174C4A;
}
</style>
border-color css
<style>
span { border-color: #174C4A; }
span { border-color: rgb(23,76,74); }
td.TdClassName
{
border-color: #174C4A;
}
.TagClassName
{
border-color: #174C4A;
}
</style>