Shades of Dark Cyan #088685
Tints of Dark Cyan #088685
RGB
CMYK
RGB Variations
Color information
#088685 (or 0x088685) is known color: Dark Cyan. HEX triplet: 08, 86 and 85. RGB value is (8,134,133). Sum of RGB (Red+Green+Blue) = 8+134+133=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #088685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088685 is #F7797A. Grayscale: #606060. Windows color (decimal): -16218491 or 8750600. OLE color: 8750600.
HSL color Cylindrical-coordinate representation of color #088685: hue angle of 179.52º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088685 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 134 | 133 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.47 |
| HSL | 179.52º | 0.89% | 0.28% | - |
| HSV(B) | 179.52º | 0.94% | 0.53% | - |
| XYZ | 12.86 | 18.8 | 25.14 | - |
| YUV | 96.21 | 148.76 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 134 | 133 | 0.94 | 0 | 0.01 | 0.47 | 179.52 | 0.89 | 0.28 |
| Hex | 8 | 86 | 85 | 5E | 0 | 1 | 2F | B4 | 59 | 1C |
| Octal | 10 | 206 | 205 | 136 | 0 | 1 | 57 | 264 | 131 | 34 |
| Binary | 1000 | 10000110 | 10000101 | 1011110 | 0 | 1 | 101111 | 10110100 | 1011001 | 11100 |
Color Harmonies of #088685
Complementary color
Monochromatic Colors of #088685
Black with #088685
Text Example
Text Example
White with #088685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088685; }
p { color: rgb(8,134,133); }
H1.HeaderClassName
{
color: #088685;
}
.AnyTagClassName
{
color: #088685;
}
</style>
background-color css
<style>
a { background-color: #088685; }
a { background-color: rgb(8,134,133); }
div.DivClassName
{
background-color: #088685;
}
.BgClassName
{
background-color: #088685;
}
</style>
border-color css
<style>
span { border-color: #088685; }
span { border-color: rgb(8,134,133); }
td.TdClassName
{
border-color: #088685;
}
.TagClassName
{
border-color: #088685;
}
</style>