Shades of Teal #008783
Tints of Teal #008783
RGB
CMYK
RGB Variations
Color information
#008783 (or 0x008783) is known color: Teal. HEX triplet: 00, 87 and 83. RGB value is (0,135,131). Sum of RGB (Red+Green+Blue) = 0+135+131=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #008783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008783 is #FF787C. Grayscale: #5E5E5E. Windows color (decimal): -16742525 or 8619776. OLE color: 8619776.
HSL color Cylindrical-coordinate representation of color #008783: hue angle of 178.22º 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 #008783 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 131 | - |
| CMYK | 1 | 0 | 0.03 | 0.47 |
| HSL | 178.22º | 1% | 0.26% | - |
| HSV(B) | 178.22º | 1% | 0.53% | - |
| XYZ | 12.76 | 18.97 | 24.46 | - |
| YUV | 94.18 | 148.77 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 131 | 1 | 0 | 0.03 | 0.47 | 178.22 | 1 | 0.26 |
| Hex | 0 | 87 | 83 | 64 | 0 | 3 | 2F | B2 | 64 | 1A |
| Octal | 0 | 207 | 203 | 144 | 0 | 3 | 57 | 262 | 144 | 32 |
| Binary | 0 | 10000111 | 10000011 | 1100100 | 0 | 11 | 101111 | 10110010 | 1100100 | 11010 |
Color Harmonies of #008783
Complementary color
Monochromatic Colors of #008783
Black with #008783
Text Example
Text Example
White with #008783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008783; }
p { color: rgb(0,135,131); }
H1.HeaderClassName
{
color: #008783;
}
.AnyTagClassName
{
color: #008783;
}
</style>
background-color css
<style>
a { background-color: #008783; }
a { background-color: rgb(0,135,131); }
div.DivClassName
{
background-color: #008783;
}
.BgClassName
{
background-color: #008783;
}
</style>
border-color css
<style>
span { border-color: #008783; }
span { border-color: rgb(0,135,131); }
td.TdClassName
{
border-color: #008783;
}
.TagClassName
{
border-color: #008783;
}
</style>