Shades of Cyprus #17554B
Tints of Cyprus #17554B
RGB
CMYK
RGB Variations
Color information
#17554B (or 0x17554B) is known color: Cyprus. HEX triplet: 17, 55 and 4B. RGB value is (23,85,75). Sum of RGB (Red+Green+Blue) = 23+85+75=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #17554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17554B is #E8AAB4. Grayscale: #414141. Windows color (decimal): -15248053 or 4936983. OLE color: 4936983.
HSL color Cylindrical-coordinate representation of color #17554B: hue angle of 170.32º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #17554B is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 85 | 75 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.67 |
| HSL | 170.32º | 0.57% | 0.21% | - |
| HSV(B) | 170.32º | 0.73% | 0.33% | - |
| XYZ | 4.87 | 7.19 | 7.79 | - |
| YUV | 65.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 75 | 0.73 | 0 | 0.12 | 0.67 | 170.32 | 0.57 | 0.21 |
| Hex | 17 | 55 | 4B | 49 | 0 | C | 43 | AA | 39 | 15 |
| Octal | 27 | 125 | 113 | 111 | 0 | 14 | 103 | 252 | 71 | 25 |
| Binary | 10111 | 1010101 | 1001011 | 1001001 | 0 | 1100 | 1000011 | 10101010 | 111001 | 10101 |
Color Harmonies of #17554B
Complementary color
Monochromatic Colors of #17554B
Black with #17554B
Text Example
Text Example
White with #17554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17554B; }
p { color: rgb(23,85,75); }
H1.HeaderClassName
{
color: #17554B;
}
.AnyTagClassName
{
color: #17554B;
}
</style>
background-color css
<style>
a { background-color: #17554B; }
a { background-color: rgb(23,85,75); }
div.DivClassName
{
background-color: #17554B;
}
.BgClassName
{
background-color: #17554B;
}
</style>
border-color css
<style>
span { border-color: #17554B; }
span { border-color: rgb(23,85,75); }
td.TdClassName
{
border-color: #17554B;
}
.TagClassName
{
border-color: #17554B;
}
</style>