Shades of Teal #008585
Tints of Teal #008585
RGB
CMYK
RGB Variations
Color information
#008585 (or 0x008585) is known color: Teal. HEX triplet: 00, 85 and 85. RGB value is (0,133,133). Sum of RGB (Red+Green+Blue) = 0+133+133=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #008585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008585 is #FF7A7A. Grayscale: #5D5D5D. Windows color (decimal): -16743035 or 8750336. OLE color: 8750336.
HSL color Cylindrical-coordinate representation of color #008585: hue angle of 180º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008585 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 133 | - |
| CMYK | 1 | 0 | 0 | 0.48 |
| HSL | 180º | 1% | 0.26% | - |
| HSV(B) | 180º | 1% | 0.52% | - |
| XYZ | 12.62 | 18.47 | 25.09 | - |
| YUV | 93.23 | 150.44 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 133 | 1 | 0 | 0 | 0.48 | 180 | 1 | 0.26 |
| Hex | 0 | 85 | 85 | 64 | 0 | 0 | 30 | B4 | 64 | 1A |
| Octal | 0 | 205 | 205 | 144 | 0 | 0 | 60 | 264 | 144 | 32 |
| Binary | 0 | 10000101 | 10000101 | 1100100 | 0 | 0 | 110000 | 10110100 | 1100100 | 11010 |
Color Harmonies of #008585
Complementary color
Monochromatic Colors of #008585
Black with #008585
Text Example
Text Example
White with #008585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008585; }
p { color: rgb(0,133,133); }
H1.HeaderClassName
{
color: #008585;
}
.AnyTagClassName
{
color: #008585;
}
</style>
background-color css
<style>
a { background-color: #008585; }
a { background-color: rgb(0,133,133); }
div.DivClassName
{
background-color: #008585;
}
.BgClassName
{
background-color: #008585;
}
</style>
border-color css
<style>
span { border-color: #008585; }
span { border-color: rgb(0,133,133); }
td.TdClassName
{
border-color: #008585;
}
.TagClassName
{
border-color: #008585;
}
</style>