Shades of Cyprus #17504C
Tints of Cyprus #17504C
RGB
CMYK
RGB Variations
Color information
#17504C (or 0x17504C) is known color: Cyprus. HEX triplet: 17, 50 and 4C. RGB value is (23,80,76). Sum of RGB (Red+Green+Blue) = 23+80+76=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #17504C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17504C is #E8AFB3. Grayscale: #3E3E3E. Windows color (decimal): -15249332 or 5001239. OLE color: 5001239.
HSL color Cylindrical-coordinate representation of color #17504C: hue angle of 175.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 #17504C is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 80 | 76 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.69 |
| HSL | 175.79º | 0.55% | 0.2% | - |
| HSV(B) | 175.79º | 0.71% | 0.31% | - |
| XYZ | 4.53 | 6.44 | 7.84 | - |
| YUV | 62.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 76 | 0.71 | 0 | 0.05 | 0.69 | 175.79 | 0.55 | 0.2 |
| Hex | 17 | 50 | 4C | 47 | 0 | 5 | 45 | B0 | 37 | 14 |
| Octal | 27 | 120 | 114 | 107 | 0 | 5 | 105 | 260 | 67 | 24 |
| Binary | 10111 | 1010000 | 1001100 | 1000111 | 0 | 101 | 1000101 | 10110000 | 110111 | 10100 |
Color Harmonies of #17504C
Complementary color
Monochromatic Colors of #17504C
Black with #17504C
Text Example
Text Example
White with #17504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17504C; }
p { color: rgb(23,80,76); }
H1.HeaderClassName
{
color: #17504C;
}
.AnyTagClassName
{
color: #17504C;
}
</style>
background-color css
<style>
a { background-color: #17504C; }
a { background-color: rgb(23,80,76); }
div.DivClassName
{
background-color: #17504C;
}
.BgClassName
{
background-color: #17504C;
}
</style>
border-color css
<style>
span { border-color: #17504C; }
span { border-color: rgb(23,80,76); }
td.TdClassName
{
border-color: #17504C;
}
.TagClassName
{
border-color: #17504C;
}
</style>