Shades of Teal #05837B
Tints of Teal #05837B
RGB
CMYK
RGB Variations
Color information
#05837B (or 0x05837B) is known color: Teal. HEX triplet: 05, 83 and 7B. RGB value is (5,131,123). Sum of RGB (Red+Green+Blue) = 5+131+123=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #05837B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05837B is #FA7C84. Grayscale: #5C5C5C. Windows color (decimal): -16415877 or 8094469. OLE color: 8094469.
HSL color Cylindrical-coordinate representation of color #05837B: hue angle of 176.19º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05837B is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 131 | 123 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.49 |
| HSL | 176.19º | 0.93% | 0.27% | - |
| HSV(B) | 176.19º | 0.96% | 0.51% | - |
| XYZ | 11.75 | 17.69 | 21.53 | - |
| YUV | 92.41 | 145.26 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 123 | 0.96 | 0 | 0.06 | 0.49 | 176.19 | 0.93 | 0.27 |
| Hex | 5 | 83 | 7B | 60 | 0 | 6 | 31 | B0 | 5D | 1B |
| Octal | 5 | 203 | 173 | 140 | 0 | 6 | 61 | 260 | 135 | 33 |
| Binary | 101 | 10000011 | 1111011 | 1100000 | 0 | 110 | 110001 | 10110000 | 1011101 | 11011 |
Color Harmonies of #05837B
Complementary color
Monochromatic Colors of #05837B
Black with #05837B
Text Example
Text Example
White with #05837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05837B; }
p { color: rgb(5,131,123); }
H1.HeaderClassName
{
color: #05837B;
}
.AnyTagClassName
{
color: #05837B;
}
</style>
background-color css
<style>
a { background-color: #05837B; }
a { background-color: rgb(5,131,123); }
div.DivClassName
{
background-color: #05837B;
}
.BgClassName
{
background-color: #05837B;
}
</style>
border-color css
<style>
span { border-color: #05837B; }
span { border-color: rgb(5,131,123); }
td.TdClassName
{
border-color: #05837B;
}
.TagClassName
{
border-color: #05837B;
}
</style>