Shades of Dark Cyan #008A8B
Tints of Dark Cyan #008A8B
RGB
CMYK
RGB Variations
Color information
#008A8B (or 0x008A8B) is known color: Dark Cyan. HEX triplet: 00, 8A and 8B. RGB value is (0,138,139). Sum of RGB (Red+Green+Blue) = 0+138+139=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #008A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008A8B is #FF7574. Grayscale: #606060. Windows color (decimal): -16741749 or 9144832. OLE color: 9144832.
HSL color Cylindrical-coordinate representation of color #008A8B: hue angle of 180.43º 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 #008A8B is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 0 | 138 | 139 | - |
CMYK | 1 | 0.01 | 0 | 0.45 |
HSL | 180.43º | 1% | 0.27% | - |
HSV(B) | 180.43º | 1% | 0.55% | - |
XYZ | 13.75 | 20.04 | 27.57 | - |
YUV | 96.85 | 151.78 | 58.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 138 | 139 | 1 | 0.01 | 0 | 0.45 | 180.43 | 1 | 0.27 |
Hex | 0 | 8A | 8B | 64 | 1 | 0 | 2D | B4 | 64 | 1B |
Octal | 0 | 212 | 213 | 144 | 1 | 0 | 55 | 264 | 144 | 33 |
Binary | 0 | 10001010 | 10001011 | 1100100 | 1 | 0 | 101101 | 10110100 | 1100100 | 11011 |
Color Harmonies of #008A8B
Complementary color
Monochromatic Colors of #008A8B
Black with #008A8B
Text Example
Text Example
White with #008A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A8B; }
p { color: rgb(0,138,139); }
H1.HeaderClassName
{
color: #008A8B;
}
.AnyTagClassName
{
color: #008A8B;
}
</style>
background-color css
<style>
a { background-color: #008A8B; }
a { background-color: rgb(0,138,139); }
div.DivClassName
{
background-color: #008A8B;
}
.BgClassName
{
background-color: #008A8B;
}
</style>
border-color css
<style>
span { border-color: #008A8B; }
span { border-color: rgb(0,138,139); }
td.TdClassName
{
border-color: #008A8B;
}
.TagClassName
{
border-color: #008A8B;
}
</style>