Shades of Dark Cyan #008690
Tints of Dark Cyan #008690
RGB
CMYK
RGB Variations
Color information
#008690 (or 0x008690) is known color: Dark Cyan. HEX triplet: 00, 86 and 90. RGB value is (0,134,144). Sum of RGB (Red+Green+Blue) = 0+134+144=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #008690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008690 is #FF796F. Grayscale: #5E5E5E. Windows color (decimal): -16742768 or 9471488. OLE color: 9471488.
HSL color Cylindrical-coordinate representation of color #008690: hue angle of 184.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008690 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 134 | 144 | - |
| CMYK | 1 | 0.07 | 0 | 0.44 |
| HSL | 184.17º | 1% | 0.28% | - |
| HSV(B) | 184.17º | 1% | 0.56% | - |
| XYZ | 13.56 | 19.06 | 29.35 | - |
| YUV | 95.07 | 155.61 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 144 | 1 | 0.07 | 0 | 0.44 | 184.17 | 1 | 0.28 |
| Hex | 0 | 86 | 90 | 64 | 7 | 0 | 2C | B8 | 64 | 1C |
| Octal | 0 | 206 | 220 | 144 | 7 | 0 | 54 | 270 | 144 | 34 |
| Binary | 0 | 10000110 | 10010000 | 1100100 | 111 | 0 | 101100 | 10111000 | 1100100 | 11100 |
Color Harmonies of #008690
Complementary color
Monochromatic Colors of #008690
Black with #008690
Text Example
Text Example
White with #008690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008690; }
p { color: rgb(0,134,144); }
H1.HeaderClassName
{
color: #008690;
}
.AnyTagClassName
{
color: #008690;
}
</style>
background-color css
<style>
a { background-color: #008690; }
a { background-color: rgb(0,134,144); }
div.DivClassName
{
background-color: #008690;
}
.BgClassName
{
background-color: #008690;
}
</style>
border-color css
<style>
span { border-color: #008690; }
span { border-color: rgb(0,134,144); }
td.TdClassName
{
border-color: #008690;
}
.TagClassName
{
border-color: #008690;
}
</style>