Shades of Dark Cyan #008A92
Tints of Dark Cyan #008A92
RGB
CMYK
RGB Variations
Color information
#008A92 (or 0x008A92) is known color: Dark Cyan. HEX triplet: 00, 8A and 92. RGB value is (0,138,146). Sum of RGB (Red+Green+Blue) = 0+138+146=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #008A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008A92 is #FF756D. Grayscale: #616161. Windows color (decimal): -16741742 or 9603584. OLE color: 9603584.
HSL color Cylindrical-coordinate representation of color #008A92: hue angle of 183.29º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A92 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 138 | 146 | - |
| CMYK | 1 | 0.05 | 0 | 0.43 |
| HSL | 183.29º | 1% | 0.29% | - |
| HSV(B) | 183.29º | 1% | 0.57% | - |
| XYZ | 14.28 | 20.25 | 30.35 | - |
| YUV | 97.65 | 155.28 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 146 | 1 | 0.05 | 0 | 0.43 | 183.29 | 1 | 0.29 |
| Hex | 0 | 8A | 92 | 64 | 5 | 0 | 2B | B7 | 64 | 1D |
| Octal | 0 | 212 | 222 | 144 | 5 | 0 | 53 | 267 | 144 | 35 |
| Binary | 0 | 10001010 | 10010010 | 1100100 | 101 | 0 | 101011 | 10110111 | 1100100 | 11101 |
Color Harmonies of #008A92
Complementary color
Monochromatic Colors of #008A92
Black with #008A92
Text Example
Text Example
White with #008A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A92; }
p { color: rgb(0,138,146); }
H1.HeaderClassName
{
color: #008A92;
}
.AnyTagClassName
{
color: #008A92;
}
</style>
background-color css
<style>
a { background-color: #008A92; }
a { background-color: rgb(0,138,146); }
div.DivClassName
{
background-color: #008A92;
}
.BgClassName
{
background-color: #008A92;
}
</style>
border-color css
<style>
span { border-color: #008A92; }
span { border-color: rgb(0,138,146); }
td.TdClassName
{
border-color: #008A92;
}
.TagClassName
{
border-color: #008A92;
}
</style>