Shades of Teal #05847B
Tints of Teal #05847B
RGB
CMYK
RGB Variations
Color information
#05847B (or 0x05847B) is known color: Teal. HEX triplet: 05, 84 and 7B. RGB value is (5,132,123). Sum of RGB (Red+Green+Blue) = 5+132+123=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #05847B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05847B is #FA7B84. Grayscale: #5C5C5C. Windows color (decimal): -16415621 or 8094725. OLE color: 8094725.
HSL color Cylindrical-coordinate representation of color #05847B: hue angle of 175.75º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05847B is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 132 | 123 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.48 |
| HSL | 175.75º | 0.93% | 0.27% | - |
| HSV(B) | 175.75º | 0.96% | 0.52% | - |
| XYZ | 11.89 | 17.96 | 21.58 | - |
| YUV | 93 | 144.92 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 123 | 0.96 | 0 | 0.07 | 0.48 | 175.75 | 0.93 | 0.27 |
| Hex | 5 | 84 | 7B | 60 | 0 | 7 | 30 | B0 | 5D | 1B |
| Octal | 5 | 204 | 173 | 140 | 0 | 7 | 60 | 260 | 135 | 33 |
| Binary | 101 | 10000100 | 1111011 | 1100000 | 0 | 111 | 110000 | 10110000 | 1011101 | 11011 |
Color Harmonies of #05847B
Complementary color
Monochromatic Colors of #05847B
Black with #05847B
Text Example
Text Example
White with #05847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05847B; }
p { color: rgb(5,132,123); }
H1.HeaderClassName
{
color: #05847B;
}
.AnyTagClassName
{
color: #05847B;
}
</style>
background-color css
<style>
a { background-color: #05847B; }
a { background-color: rgb(5,132,123); }
div.DivClassName
{
background-color: #05847B;
}
.BgClassName
{
background-color: #05847B;
}
</style>
border-color css
<style>
span { border-color: #05847B; }
span { border-color: rgb(5,132,123); }
td.TdClassName
{
border-color: #05847B;
}
.TagClassName
{
border-color: #05847B;
}
</style>