Shades of Dark Cyan #008784
Tints of Dark Cyan #008784
RGB
CMYK
RGB Variations
Color information
#008784 (or 0x008784) is known color: Dark Cyan. HEX triplet: 00, 87 and 84. RGB value is (0,135,132). Sum of RGB (Red+Green+Blue) = 0+135+132=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #008784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008784 is #FF787B. Grayscale: #5E5E5E. Windows color (decimal): -16742524 or 8685312. OLE color: 8685312.
HSL color Cylindrical-coordinate representation of color #008784: hue angle of 178.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008784 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 132 | - |
| CMYK | 1 | 0 | 0.02 | 0.47 |
| HSL | 178.67º | 1% | 0.26% | - |
| HSV(B) | 178.67º | 1% | 0.53% | - |
| XYZ | 12.83 | 18.99 | 24.82 | - |
| YUV | 94.29 | 149.27 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 132 | 1 | 0 | 0.02 | 0.47 | 178.67 | 1 | 0.26 |
| Hex | 0 | 87 | 84 | 64 | 0 | 2 | 2F | B3 | 64 | 1A |
| Octal | 0 | 207 | 204 | 144 | 0 | 2 | 57 | 263 | 144 | 32 |
| Binary | 0 | 10000111 | 10000100 | 1100100 | 0 | 10 | 101111 | 10110011 | 1100100 | 11010 |
Color Harmonies of #008784
Complementary color
Monochromatic Colors of #008784
Black with #008784
Text Example
Text Example
White with #008784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008784; }
p { color: rgb(0,135,132); }
H1.HeaderClassName
{
color: #008784;
}
.AnyTagClassName
{
color: #008784;
}
</style>
background-color css
<style>
a { background-color: #008784; }
a { background-color: rgb(0,135,132); }
div.DivClassName
{
background-color: #008784;
}
.BgClassName
{
background-color: #008784;
}
</style>
border-color css
<style>
span { border-color: #008784; }
span { border-color: rgb(0,135,132); }
td.TdClassName
{
border-color: #008784;
}
.TagClassName
{
border-color: #008784;
}
</style>