Shades of Teal #008385
Tints of Teal #008385
RGB
CMYK
RGB Variations
Color information
#008385 (or 0x008385) is known color: Teal. HEX triplet: 00, 83 and 85. RGB value is (0,131,133). Sum of RGB (Red+Green+Blue) = 0+131+133=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #008385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008385 is #FF7C7A. Grayscale: #5B5B5B. Windows color (decimal): -16743547 or 8749824. OLE color: 8749824.
HSL color Cylindrical-coordinate representation of color #008385: hue angle of 180.9º 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 #008385 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 131 | 133 | - |
| CMYK | 1 | 0.02 | 0 | 0.48 |
| HSL | 180.9º | 1% | 0.26% | - |
| HSV(B) | 180.9º | 1% | 0.52% | - |
| XYZ | 12.35 | 17.93 | 25 | - |
| YUV | 92.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 133 | 1 | 0.02 | 0 | 0.48 | 180.9 | 1 | 0.26 |
| Hex | 0 | 83 | 85 | 64 | 2 | 0 | 30 | B5 | 64 | 1A |
| Octal | 0 | 203 | 205 | 144 | 2 | 0 | 60 | 265 | 144 | 32 |
| Binary | 0 | 10000011 | 10000101 | 1100100 | 10 | 0 | 110000 | 10110101 | 1100100 | 11010 |
Color Harmonies of #008385
Complementary color
Monochromatic Colors of #008385
Black with #008385
Text Example
Text Example
White with #008385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008385; }
p { color: rgb(0,131,133); }
H1.HeaderClassName
{
color: #008385;
}
.AnyTagClassName
{
color: #008385;
}
</style>
background-color css
<style>
a { background-color: #008385; }
a { background-color: rgb(0,131,133); }
div.DivClassName
{
background-color: #008385;
}
.BgClassName
{
background-color: #008385;
}
</style>
border-color css
<style>
span { border-color: #008385; }
span { border-color: rgb(0,131,133); }
td.TdClassName
{
border-color: #008385;
}
.TagClassName
{
border-color: #008385;
}
</style>