Shades of Teal #008387
Tints of Teal #008387
RGB
CMYK
RGB Variations
Color information
#008387 (or 0x008387) is known color: Teal. HEX triplet: 00, 83 and 87. RGB value is (0,131,135). Sum of RGB (Red+Green+Blue) = 0+131+135=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #008387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008387 is #FF7C78. Grayscale: #5C5C5C. Windows color (decimal): -16743545 or 8880896. OLE color: 8880896.
HSL color Cylindrical-coordinate representation of color #008387: hue angle of 181.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008387 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 131 | 135 | - |
| CMYK | 1 | 0.03 | 0 | 0.47 |
| HSL | 181.78º | 1% | 0.26% | - |
| HSV(B) | 181.78º | 1% | 0.53% | - |
| XYZ | 12.49 | 17.98 | 25.73 | - |
| YUV | 92.29 | 152.1 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 135 | 1 | 0.03 | 0 | 0.47 | 181.78 | 1 | 0.26 |
| Hex | 0 | 83 | 87 | 64 | 3 | 0 | 2F | B6 | 64 | 1A |
| Octal | 0 | 203 | 207 | 144 | 3 | 0 | 57 | 266 | 144 | 32 |
| Binary | 0 | 10000011 | 10000111 | 1100100 | 11 | 0 | 101111 | 10110110 | 1100100 | 11010 |
Color Harmonies of #008387
Complementary color
Monochromatic Colors of #008387
Black with #008387
Text Example
Text Example
White with #008387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008387; }
p { color: rgb(0,131,135); }
H1.HeaderClassName
{
color: #008387;
}
.AnyTagClassName
{
color: #008387;
}
</style>
background-color css
<style>
a { background-color: #008387; }
a { background-color: rgb(0,131,135); }
div.DivClassName
{
background-color: #008387;
}
.BgClassName
{
background-color: #008387;
}
</style>
border-color css
<style>
span { border-color: #008387; }
span { border-color: rgb(0,131,135); }
td.TdClassName
{
border-color: #008387;
}
.TagClassName
{
border-color: #008387;
}
</style>