Shades of Cyprus #17534E
Tints of Cyprus #17534E
RGB
CMYK
RGB Variations
Color information
#17534E (or 0x17534E) is known color: Cyprus. HEX triplet: 17, 53 and 4E. RGB value is (23,83,78). Sum of RGB (Red+Green+Blue) = 23+83+78=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #17534E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17534E is #E8ACB1. Grayscale: #404040. Windows color (decimal): -15248562 or 5133079. OLE color: 5133079.
HSL color Cylindrical-coordinate representation of color #17534E: hue angle of 175º 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 #17534E is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 83 | 78 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.67 |
| HSL | 175º | 0.57% | 0.21% | - |
| HSV(B) | 175º | 0.72% | 0.33% | - |
| XYZ | 4.82 | 6.92 | 8.29 | - |
| YUV | 64.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 78 | 0.72 | 0 | 0.06 | 0.67 | 175 | 0.57 | 0.21 |
| Hex | 17 | 53 | 4E | 48 | 0 | 6 | 43 | AF | 39 | 15 |
| Octal | 27 | 123 | 116 | 110 | 0 | 6 | 103 | 257 | 71 | 25 |
| Binary | 10111 | 1010011 | 1001110 | 1001000 | 0 | 110 | 1000011 | 10101111 | 111001 | 10101 |
Color Harmonies of #17534E
Complementary color
Monochromatic Colors of #17534E
Black with #17534E
Text Example
Text Example
White with #17534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17534E; }
p { color: rgb(23,83,78); }
H1.HeaderClassName
{
color: #17534E;
}
.AnyTagClassName
{
color: #17534E;
}
</style>
background-color css
<style>
a { background-color: #17534E; }
a { background-color: rgb(23,83,78); }
div.DivClassName
{
background-color: #17534E;
}
.BgClassName
{
background-color: #17534E;
}
</style>
border-color css
<style>
span { border-color: #17534E; }
span { border-color: rgb(23,83,78); }
td.TdClassName
{
border-color: #17534E;
}
.TagClassName
{
border-color: #17534E;
}
</style>