Shades of Teal #007883
Tints of Teal #007883
RGB
CMYK
RGB Variations
Color information
#007883 (or 0x007883) is known color: Teal. HEX triplet: 00, 78 and 83. RGB value is (0,120,131). Sum of RGB (Red+Green+Blue) = 0+120+131=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #007883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007883 is #FF877C. Grayscale: #555555. Windows color (decimal): -16746365 or 8615936. OLE color: 8615936.
HSL color Cylindrical-coordinate representation of color #007883: hue angle of 185.04º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007883 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 120 | 131 | - |
| CMYK | 1 | 0.08 | 0 | 0.49 |
| HSL | 185.04º | 1% | 0.26% | - |
| HSV(B) | 185.04º | 1% | 0.51% | - |
| XYZ | 10.81 | 15.07 | 23.81 | - |
| YUV | 85.37 | 153.74 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 131 | 1 | 0.08 | 0 | 0.49 | 185.04 | 1 | 0.26 |
| Hex | 0 | 78 | 83 | 64 | 8 | 0 | 31 | B9 | 64 | 1A |
| Octal | 0 | 170 | 203 | 144 | 10 | 0 | 61 | 271 | 144 | 32 |
| Binary | 0 | 1111000 | 10000011 | 1100100 | 1000 | 0 | 110001 | 10111001 | 1100100 | 11010 |
Color Harmonies of #007883
Complementary color
Monochromatic Colors of #007883
Black with #007883
Text Example
Text Example
White with #007883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007883; }
p { color: rgb(0,120,131); }
H1.HeaderClassName
{
color: #007883;
}
.AnyTagClassName
{
color: #007883;
}
</style>
background-color css
<style>
a { background-color: #007883; }
a { background-color: rgb(0,120,131); }
div.DivClassName
{
background-color: #007883;
}
.BgClassName
{
background-color: #007883;
}
</style>
border-color css
<style>
span { border-color: #007883; }
span { border-color: rgb(0,120,131); }
td.TdClassName
{
border-color: #007883;
}
.TagClassName
{
border-color: #007883;
}
</style>