Shades of Dark Cyan #178A82
Tints of Dark Cyan #178A82
RGB
CMYK
RGB Variations
Color information
#178A82 (or 0x178A82) is known color: Dark Cyan. HEX triplet: 17, 8A and 82. RGB value is (23,138,130). Sum of RGB (Red+Green+Blue) = 23+138+130=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 138 - color contains mainly: green. Hex color #178A82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178A82 is #E8757D. Grayscale: #666666. Windows color (decimal): -15234430 or 8555031. OLE color: 8555031.
HSL color Cylindrical-coordinate representation of color #178A82: hue angle of 175.83º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #178A82 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 138 | 130 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.46 |
| HSL | 175.83º | 0.71% | 0.32% | - |
| HSV(B) | 175.83º | 0.83% | 0.54% | - |
| XYZ | 13.47 | 19.97 | 24.26 | - |
| YUV | 102.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 130 | 0.83 | 0 | 0.06 | 0.46 | 175.83 | 0.71 | 0.32 |
| Hex | 17 | 8A | 82 | 53 | 0 | 6 | 2E | B0 | 47 | 20 |
| Octal | 27 | 212 | 202 | 123 | 0 | 6 | 56 | 260 | 107 | 40 |
| Binary | 10111 | 10001010 | 10000010 | 1010011 | 0 | 110 | 101110 | 10110000 | 1000111 | 100000 |
Color Harmonies of #178A82
Complementary color
Monochromatic Colors of #178A82
Black with #178A82
Text Example
Text Example
White with #178A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178A82; }
p { color: rgb(23,138,130); }
H1.HeaderClassName
{
color: #178A82;
}
.AnyTagClassName
{
color: #178A82;
}
</style>
background-color css
<style>
a { background-color: #178A82; }
a { background-color: rgb(23,138,130); }
div.DivClassName
{
background-color: #178A82;
}
.BgClassName
{
background-color: #178A82;
}
</style>
border-color css
<style>
span { border-color: #178A82; }
span { border-color: rgb(23,138,130); }
td.TdClassName
{
border-color: #178A82;
}
.TagClassName
{
border-color: #178A82;
}
</style>