Shades of Cyprus #174F4C
Tints of Cyprus #174F4C
RGB
CMYK
RGB Variations
Color information
#174F4C (or 0x174F4C) is known color: Cyprus. HEX triplet: 17, 4F and 4C. RGB value is (23,79,76). Sum of RGB (Red+Green+Blue) = 23+79+76=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #174F4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174F4C is #E8B0B3. Grayscale: #3D3D3D. Windows color (decimal): -15249588 or 5000983. OLE color: 5000983.
HSL color Cylindrical-coordinate representation of color #174F4C: hue angle of 176.79º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #174F4C is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 79 | 76 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.69 |
| HSL | 176.79º | 0.55% | 0.2% | - |
| HSV(B) | 176.79º | 0.71% | 0.31% | - |
| XYZ | 4.45 | 6.3 | 7.82 | - |
| YUV | 61.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 79 | 76 | 0.71 | 0 | 0.04 | 0.69 | 176.79 | 0.55 | 0.2 |
| Hex | 17 | 4F | 4C | 47 | 0 | 4 | 45 | B1 | 37 | 14 |
| Octal | 27 | 117 | 114 | 107 | 0 | 4 | 105 | 261 | 67 | 24 |
| Binary | 10111 | 1001111 | 1001100 | 1000111 | 0 | 100 | 1000101 | 10110001 | 110111 | 10100 |
Color Harmonies of #174F4C
Complementary color
Monochromatic Colors of #174F4C
Black with #174F4C
Text Example
Text Example
White with #174F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174F4C; }
p { color: rgb(23,79,76); }
H1.HeaderClassName
{
color: #174F4C;
}
.AnyTagClassName
{
color: #174F4C;
}
</style>
background-color css
<style>
a { background-color: #174F4C; }
a { background-color: rgb(23,79,76); }
div.DivClassName
{
background-color: #174F4C;
}
.BgClassName
{
background-color: #174F4C;
}
</style>
border-color css
<style>
span { border-color: #174F4C; }
span { border-color: rgb(23,79,76); }
td.TdClassName
{
border-color: #174F4C;
}
.TagClassName
{
border-color: #174F4C;
}
</style>