Shades of Cyprus #17534D
Tints of Cyprus #17534D
RGB
CMYK
RGB Variations
Color information
#17534D (or 0x17534D) is known color: Cyprus. HEX triplet: 17, 53 and 4D. RGB value is (23,83,77). Sum of RGB (Red+Green+Blue) = 23+83+77=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #17534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17534D is #E8ACB2. Grayscale: #404040. Windows color (decimal): -15248563 or 5067543. OLE color: 5067543.
HSL color Cylindrical-coordinate representation of color #17534D: hue angle of 174º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #17534D is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 83 | 77 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.67 |
| HSL | 174º | 0.57% | 0.21% | - |
| HSV(B) | 174º | 0.72% | 0.33% | - |
| XYZ | 4.79 | 6.9 | 8.1 | - |
| YUV | 64.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 77 | 0.72 | 0 | 0.07 | 0.67 | 174 | 0.57 | 0.21 |
| Hex | 17 | 53 | 4D | 48 | 0 | 7 | 43 | AE | 39 | 15 |
| Octal | 27 | 123 | 115 | 110 | 0 | 7 | 103 | 256 | 71 | 25 |
| Binary | 10111 | 1010011 | 1001101 | 1001000 | 0 | 111 | 1000011 | 10101110 | 111001 | 10101 |
Color Harmonies of #17534D
Complementary color
Monochromatic Colors of #17534D
Black with #17534D
Text Example
Text Example
White with #17534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17534D; }
p { color: rgb(23,83,77); }
H1.HeaderClassName
{
color: #17534D;
}
.AnyTagClassName
{
color: #17534D;
}
</style>
background-color css
<style>
a { background-color: #17534D; }
a { background-color: rgb(23,83,77); }
div.DivClassName
{
background-color: #17534D;
}
.BgClassName
{
background-color: #17534D;
}
</style>
border-color css
<style>
span { border-color: #17534D; }
span { border-color: rgb(23,83,77); }
td.TdClassName
{
border-color: #17534D;
}
.TagClassName
{
border-color: #17534D;
}
</style>