Shades of Dark Cyan #008B89
Tints of Dark Cyan #008B89
RGB
CMYK
RGB Variations
Color information
#008B89 (or 0x008B89) is known color: Dark Cyan. HEX triplet: 00, 8B and 89. RGB value is (0,139,137). Sum of RGB (Red+Green+Blue) = 0+139+137=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #008B89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B89 is #FF7476. Grayscale: #616161. Windows color (decimal): -16741495 or 9014016. OLE color: 9014016.
HSL color Cylindrical-coordinate representation of color #008B89: hue angle of 179.14º 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 #008B89 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 137 | - |
| CMYK | 1 | 0 | 0.01 | 0.45 |
| HSL | 179.14º | 1% | 0.27% | - |
| HSV(B) | 179.14º | 1% | 0.55% | - |
| XYZ | 13.75 | 20.27 | 26.86 | - |
| YUV | 97.21 | 150.45 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 137 | 1 | 0 | 0.01 | 0.45 | 179.14 | 1 | 0.27 |
| Hex | 0 | 8B | 89 | 64 | 0 | 1 | 2D | B3 | 64 | 1B |
| Octal | 0 | 213 | 211 | 144 | 0 | 1 | 55 | 263 | 144 | 33 |
| Binary | 0 | 10001011 | 10001001 | 1100100 | 0 | 1 | 101101 | 10110011 | 1100100 | 11011 |
Color Harmonies of #008B89
Complementary color
Monochromatic Colors of #008B89
Black with #008B89
Text Example
Text Example
White with #008B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B89; }
p { color: rgb(0,139,137); }
H1.HeaderClassName
{
color: #008B89;
}
.AnyTagClassName
{
color: #008B89;
}
</style>
background-color css
<style>
a { background-color: #008B89; }
a { background-color: rgb(0,139,137); }
div.DivClassName
{
background-color: #008B89;
}
.BgClassName
{
background-color: #008B89;
}
</style>
border-color css
<style>
span { border-color: #008B89; }
span { border-color: rgb(0,139,137); }
td.TdClassName
{
border-color: #008B89;
}
.TagClassName
{
border-color: #008B89;
}
</style>