Shades of Dark Cyan #008488
Tints of Dark Cyan #008488
RGB
CMYK
RGB Variations
Color information
#008488 (or 0x008488) is known color: Dark Cyan. HEX triplet: 00, 84 and 88. RGB value is (0,132,136). Sum of RGB (Red+Green+Blue) = 0+132+136=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #008488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008488 is #FF7B77. Grayscale: #5C5C5C. Windows color (decimal): -16743288 or 8946688. OLE color: 8946688.
HSL color Cylindrical-coordinate representation of color #008488: hue angle of 181.76º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008488 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 132 | 136 | - |
| CMYK | 1 | 0.03 | 0 | 0.47 |
| HSL | 181.76º | 1% | 0.27% | - |
| HSV(B) | 181.76º | 1% | 0.53% | - |
| XYZ | 12.7 | 18.28 | 26.15 | - |
| YUV | 92.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 136 | 1 | 0.03 | 0 | 0.47 | 181.76 | 1 | 0.27 |
| Hex | 0 | 84 | 88 | 64 | 3 | 0 | 2F | B6 | 64 | 1B |
| Octal | 0 | 204 | 210 | 144 | 3 | 0 | 57 | 266 | 144 | 33 |
| Binary | 0 | 10000100 | 10001000 | 1100100 | 11 | 0 | 101111 | 10110110 | 1100100 | 11011 |
Color Harmonies of #008488
Complementary color
Monochromatic Colors of #008488
Black with #008488
Text Example
Text Example
White with #008488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008488; }
p { color: rgb(0,132,136); }
H1.HeaderClassName
{
color: #008488;
}
.AnyTagClassName
{
color: #008488;
}
</style>
background-color css
<style>
a { background-color: #008488; }
a { background-color: rgb(0,132,136); }
div.DivClassName
{
background-color: #008488;
}
.BgClassName
{
background-color: #008488;
}
</style>
border-color css
<style>
span { border-color: #008488; }
span { border-color: rgb(0,132,136); }
td.TdClassName
{
border-color: #008488;
}
.TagClassName
{
border-color: #008488;
}
</style>