Shades of Teal #0B827F
Tints of Teal #0B827F
RGB
CMYK
RGB Variations
Color information
#0B827F (or 0x0B827F) is known color: Teal. HEX triplet: 0B, 82 and 7F. RGB value is (11,130,127). Sum of RGB (Red+Green+Blue) = 11+130+127=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #0B827F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B827F is #F47D80. Grayscale: #5D5D5D. Windows color (decimal): -16022913 or 8356363. OLE color: 8356363.
HSL color Cylindrical-coordinate representation of color #0B827F: hue angle of 178.49º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B827F is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 130 | 127 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.49 |
| HSL | 178.49º | 0.84% | 0.28% | - |
| HSV(B) | 178.49º | 0.92% | 0.51% | - |
| XYZ | 11.95 | 17.57 | 22.84 | - |
| YUV | 94.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 130 | 127 | 0.92 | 0 | 0.02 | 0.49 | 178.49 | 0.84 | 0.28 |
| Hex | B | 82 | 7F | 5C | 0 | 2 | 31 | B2 | 54 | 1C |
| Octal | 13 | 202 | 177 | 134 | 0 | 2 | 61 | 262 | 124 | 34 |
| Binary | 1011 | 10000010 | 1111111 | 1011100 | 0 | 10 | 110001 | 10110010 | 1010100 | 11100 |
Color Harmonies of #0B827F
Complementary color
Monochromatic Colors of #0B827F
Black with #0B827F
Text Example
Text Example
White with #0B827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B827F; }
p { color: rgb(11,130,127); }
H1.HeaderClassName
{
color: #0B827F;
}
.AnyTagClassName
{
color: #0B827F;
}
</style>
background-color css
<style>
a { background-color: #0B827F; }
a { background-color: rgb(11,130,127); }
div.DivClassName
{
background-color: #0B827F;
}
.BgClassName
{
background-color: #0B827F;
}
</style>
border-color css
<style>
span { border-color: #0B827F; }
span { border-color: rgb(11,130,127); }
td.TdClassName
{
border-color: #0B827F;
}
.TagClassName
{
border-color: #0B827F;
}
</style>