Shades of DarkCyan #008B8B
Tints of DarkCyan #008B8B
RGB
CMYK
RGB Variations
Color information
#008B8B (or 0x008B8B) is known color: DarkCyan. HEX triplet: 00, 8B and 8B. RGB value is (0,139,139). Sum of RGB (Red+Green+Blue) = 0+139+139=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #008B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B8B is #FF7474. Grayscale: #616161. Windows color (decimal): -16741493 or 9145088. OLE color: 9145088.
HSL color Cylindrical-coordinate representation of color #008B8B: hue angle of 180º 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 #008B8B is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 0 | 139 | 139 | - |
CMYK | 1 | 0 | 0 | 0.45 |
HSL | 180º | 1% | 0.27% | - |
HSV(B) | 180º | 1% | 0.55% | - |
XYZ | 13.89 | 20.33 | 27.62 | - |
YUV | 97.44 | 151.45 | 58.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 139 | 139 | 1 | 0 | 0 | 0.45 | 180 | 1 | 0.27 |
Hex | 0 | 8B | 8B | 64 | 0 | 0 | 2D | B4 | 64 | 1B |
Octal | 0 | 213 | 213 | 144 | 0 | 0 | 55 | 264 | 144 | 33 |
Binary | 0 | 10001011 | 10001011 | 1100100 | 0 | 0 | 101101 | 10110100 | 1100100 | 11011 |
Color Harmonies of #008B8B
Complementary color
Monochromatic Colors of #008B8B
Black with #008B8B
Text Example
Text Example
White with #008B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B8B; }
p { color: rgb(0,139,139); }
H1.HeaderClassName
{
color: #008B8B;
}
.AnyTagClassName
{
color: #008B8B;
}
</style>
background-color css
<style>
a { background-color: #008B8B; }
a { background-color: rgb(0,139,139); }
div.DivClassName
{
background-color: #008B8B;
}
.BgClassName
{
background-color: #008B8B;
}
</style>
border-color css
<style>
span { border-color: #008B8B; }
span { border-color: rgb(0,139,139); }
td.TdClassName
{
border-color: #008B8B;
}
.TagClassName
{
border-color: #008B8B;
}
</style>