Shades of Dark Cyan #008A8C
Tints of Dark Cyan #008A8C
RGB
CMYK
RGB Variations
Color information
#008A8C (or 0x008A8C) is known color: Dark Cyan. HEX triplet: 00, 8A and 8C. RGB value is (0,138,140). Sum of RGB (Red+Green+Blue) = 0+138+140=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #008A8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008A8C is #FF7573. Grayscale: #606060. Windows color (decimal): -16741748 or 9210368. OLE color: 9210368.
HSL color Cylindrical-coordinate representation of color #008A8C: hue angle of 180.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A8C is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 138 | 140 | - |
| CMYK | 1 | 0.01 | 0 | 0.45 |
| HSL | 180.86º | 1% | 0.27% | - |
| HSV(B) | 180.86º | 1% | 0.55% | - |
| XYZ | 13.82 | 20.07 | 27.96 | - |
| YUV | 96.97 | 152.28 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 140 | 1 | 0.01 | 0 | 0.45 | 180.86 | 1 | 0.27 |
| Hex | 0 | 8A | 8C | 64 | 1 | 0 | 2D | B5 | 64 | 1B |
| Octal | 0 | 212 | 214 | 144 | 1 | 0 | 55 | 265 | 144 | 33 |
| Binary | 0 | 10001010 | 10001100 | 1100100 | 1 | 0 | 101101 | 10110101 | 1100100 | 11011 |
Color Harmonies of #008A8C
Complementary color
Monochromatic Colors of #008A8C
Black with #008A8C
Text Example
Text Example
White with #008A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A8C; }
p { color: rgb(0,138,140); }
H1.HeaderClassName
{
color: #008A8C;
}
.AnyTagClassName
{
color: #008A8C;
}
</style>
background-color css
<style>
a { background-color: #008A8C; }
a { background-color: rgb(0,138,140); }
div.DivClassName
{
background-color: #008A8C;
}
.BgClassName
{
background-color: #008A8C;
}
</style>
border-color css
<style>
span { border-color: #008A8C; }
span { border-color: rgb(0,138,140); }
td.TdClassName
{
border-color: #008A8C;
}
.TagClassName
{
border-color: #008A8C;
}
</style>