Shades of Cyprus #17504A
Tints of Cyprus #17504A
RGB
CMYK
RGB Variations
Color information
#17504A (or 0x17504A) is known color: Cyprus. HEX triplet: 17, 50 and 4A. RGB value is (23,80,74). Sum of RGB (Red+Green+Blue) = 23+80+74=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #17504A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17504A is #E8AFB5. Grayscale: #3E3E3E. Windows color (decimal): -15249334 or 4870167. OLE color: 4870167.
HSL color Cylindrical-coordinate representation of color #17504A: hue angle of 173.68º 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 #17504A is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 80 | 74 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.69 |
| HSL | 173.68º | 0.55% | 0.2% | - |
| HSV(B) | 173.68º | 0.71% | 0.31% | - |
| XYZ | 4.46 | 6.41 | 7.48 | - |
| YUV | 62.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 74 | 0.71 | 0 | 0.08 | 0.69 | 173.68 | 0.55 | 0.2 |
| Hex | 17 | 50 | 4A | 47 | 0 | 8 | 45 | AE | 37 | 14 |
| Octal | 27 | 120 | 112 | 107 | 0 | 10 | 105 | 256 | 67 | 24 |
| Binary | 10111 | 1010000 | 1001010 | 1000111 | 0 | 1000 | 1000101 | 10101110 | 110111 | 10100 |
Color Harmonies of #17504A
Complementary color
Monochromatic Colors of #17504A
Black with #17504A
Text Example
Text Example
White with #17504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17504A; }
p { color: rgb(23,80,74); }
H1.HeaderClassName
{
color: #17504A;
}
.AnyTagClassName
{
color: #17504A;
}
</style>
background-color css
<style>
a { background-color: #17504A; }
a { background-color: rgb(23,80,74); }
div.DivClassName
{
background-color: #17504A;
}
.BgClassName
{
background-color: #17504A;
}
</style>
border-color css
<style>
span { border-color: #17504A; }
span { border-color: rgb(23,80,74); }
td.TdClassName
{
border-color: #17504A;
}
.TagClassName
{
border-color: #17504A;
}
</style>