Shades of Dark Cyan #00898D
Tints of Dark Cyan #00898D
RGB
CMYK
RGB Variations
Color information
#00898D (or 0x00898D) is known color: Dark Cyan. HEX triplet: 00, 89 and 8D. RGB value is (0,137,141). Sum of RGB (Red+Green+Blue) = 0+137+141=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #00898D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00898D is #FF7672. Grayscale: #606060. Windows color (decimal): -16742003 or 9275648. OLE color: 9275648.
HSL color Cylindrical-coordinate representation of color #00898D: hue angle of 181.7º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00898D is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 137 | 141 | - |
| CMYK | 1 | 0.03 | 0 | 0.45 |
| HSL | 181.7º | 1% | 0.28% | - |
| HSV(B) | 181.7º | 1% | 0.55% | - |
| XYZ | 13.75 | 19.81 | 28.3 | - |
| YUV | 96.49 | 153.11 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 141 | 1 | 0.03 | 0 | 0.45 | 181.7 | 1 | 0.28 |
| Hex | 0 | 89 | 8D | 64 | 3 | 0 | 2D | B6 | 64 | 1C |
| Octal | 0 | 211 | 215 | 144 | 3 | 0 | 55 | 266 | 144 | 34 |
| Binary | 0 | 10001001 | 10001101 | 1100100 | 11 | 0 | 101101 | 10110110 | 1100100 | 11100 |
Color Harmonies of #00898D
Complementary color
Monochromatic Colors of #00898D
Black with #00898D
Text Example
Text Example
White with #00898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00898D; }
p { color: rgb(0,137,141); }
H1.HeaderClassName
{
color: #00898D;
}
.AnyTagClassName
{
color: #00898D;
}
</style>
background-color css
<style>
a { background-color: #00898D; }
a { background-color: rgb(0,137,141); }
div.DivClassName
{
background-color: #00898D;
}
.BgClassName
{
background-color: #00898D;
}
</style>
border-color css
<style>
span { border-color: #00898D; }
span { border-color: rgb(0,137,141); }
td.TdClassName
{
border-color: #00898D;
}
.TagClassName
{
border-color: #00898D;
}
</style>