Shades of Dark Cyan #178C88
Tints of Dark Cyan #178C88
RGB
CMYK
RGB Variations
Color information
#178C88 (or 0x178C88) is known color: Dark Cyan. HEX triplet: 17, 8C and 88. RGB value is (23,140,136). Sum of RGB (Red+Green+Blue) = 23+140+136=299 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.69% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 140 - color contains mainly: green. Hex color #178C88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178C88 is #E87377. Grayscale: #686868. Windows color (decimal): -15233912 or 8948759. OLE color: 8948759.
HSL color Cylindrical-coordinate representation of color #178C88: hue angle of 177.95º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #178C88 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 140 | 136 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.45 |
| HSL | 177.95º | 0.72% | 0.32% | - |
| HSV(B) | 177.95º | 0.84% | 0.55% | - |
| XYZ | 14.18 | 20.72 | 26.54 | - |
| YUV | 104.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 140 | 136 | 0.84 | 0 | 0.03 | 0.45 | 177.95 | 0.72 | 0.32 |
| Hex | 17 | 8C | 88 | 54 | 0 | 3 | 2D | B2 | 48 | 20 |
| Octal | 27 | 214 | 210 | 124 | 0 | 3 | 55 | 262 | 110 | 40 |
| Binary | 10111 | 10001100 | 10001000 | 1010100 | 0 | 11 | 101101 | 10110010 | 1001000 | 100000 |
Color Harmonies of #178C88
Complementary color
Monochromatic Colors of #178C88
Black with #178C88
Text Example
Text Example
White with #178C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178C88; }
p { color: rgb(23,140,136); }
H1.HeaderClassName
{
color: #178C88;
}
.AnyTagClassName
{
color: #178C88;
}
</style>
background-color css
<style>
a { background-color: #178C88; }
a { background-color: rgb(23,140,136); }
div.DivClassName
{
background-color: #178C88;
}
.BgClassName
{
background-color: #178C88;
}
</style>
border-color css
<style>
span { border-color: #178C88; }
span { border-color: rgb(23,140,136); }
td.TdClassName
{
border-color: #178C88;
}
.TagClassName
{
border-color: #178C88;
}
</style>