Shades of Dark Cyan #00898C
Tints of Dark Cyan #00898C
RGB
CMYK
RGB Variations
Color information
#00898C (or 0x00898C) is known color: Dark Cyan. HEX triplet: 00, 89 and 8C. RGB value is (0,137,140). Sum of RGB (Red+Green+Blue) = 0+137+140=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #00898C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00898C is #FF7673. Grayscale: #606060. Windows color (decimal): -16742004 or 9210112. OLE color: 9210112.
HSL color Cylindrical-coordinate representation of color #00898C: hue angle of 181.29º 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 #00898C is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 137 | 140 | - |
| CMYK | 1 | 0.02 | 0 | 0.45 |
| HSL | 181.29º | 1% | 0.27% | - |
| HSV(B) | 181.29º | 1% | 0.55% | - |
| XYZ | 13.68 | 19.78 | 27.91 | - |
| YUV | 96.38 | 152.61 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 140 | 1 | 0.02 | 0 | 0.45 | 181.29 | 1 | 0.27 |
| Hex | 0 | 89 | 8C | 64 | 2 | 0 | 2D | B5 | 64 | 1B |
| Octal | 0 | 211 | 214 | 144 | 2 | 0 | 55 | 265 | 144 | 33 |
| Binary | 0 | 10001001 | 10001100 | 1100100 | 10 | 0 | 101101 | 10110101 | 1100100 | 11011 |
Color Harmonies of #00898C
Complementary color
Monochromatic Colors of #00898C
Black with #00898C
Text Example
Text Example
White with #00898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00898C; }
p { color: rgb(0,137,140); }
H1.HeaderClassName
{
color: #00898C;
}
.AnyTagClassName
{
color: #00898C;
}
</style>
background-color css
<style>
a { background-color: #00898C; }
a { background-color: rgb(0,137,140); }
div.DivClassName
{
background-color: #00898C;
}
.BgClassName
{
background-color: #00898C;
}
</style>
border-color css
<style>
span { border-color: #00898C; }
span { border-color: rgb(0,137,140); }
td.TdClassName
{
border-color: #00898C;
}
.TagClassName
{
border-color: #00898C;
}
</style>