Shades of Teal #0B7781
Tints of Teal #0B7781
RGB
CMYK
RGB Variations
Color information
#0B7781 (or 0x0B7781) is known color: Teal. HEX triplet: 0B, 77 and 81. RGB value is (11,119,129). Sum of RGB (Red+Green+Blue) = 11+119+129=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #0B7781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7781 is #F4887E. Grayscale: #575757. Windows color (decimal): -16025727 or 8484619. OLE color: 8484619.
HSL color Cylindrical-coordinate representation of color #0B7781: hue angle of 185.08º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7781 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 119 | 129 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.49 |
| HSL | 185.08º | 0.84% | 0.27% | - |
| HSV(B) | 185.08º | 0.91% | 0.51% | - |
| XYZ | 10.7 | 14.85 | 23.07 | - |
| YUV | 87.85 | 151.22 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 119 | 129 | 0.91 | 0.08 | 0 | 0.49 | 185.08 | 0.84 | 0.27 |
| Hex | B | 77 | 81 | 5B | 8 | 0 | 31 | B9 | 54 | 1B |
| Octal | 13 | 167 | 201 | 133 | 10 | 0 | 61 | 271 | 124 | 33 |
| Binary | 1011 | 1110111 | 10000001 | 1011011 | 1000 | 0 | 110001 | 10111001 | 1010100 | 11011 |
Color Harmonies of #0B7781
Complementary color
Monochromatic Colors of #0B7781
Black with #0B7781
Text Example
Text Example
White with #0B7781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7781; }
p { color: rgb(11,119,129); }
H1.HeaderClassName
{
color: #0B7781;
}
.AnyTagClassName
{
color: #0B7781;
}
</style>
background-color css
<style>
a { background-color: #0B7781; }
a { background-color: rgb(11,119,129); }
div.DivClassName
{
background-color: #0B7781;
}
.BgClassName
{
background-color: #0B7781;
}
</style>
border-color css
<style>
span { border-color: #0B7781; }
span { border-color: rgb(11,119,129); }
td.TdClassName
{
border-color: #0B7781;
}
.TagClassName
{
border-color: #0B7781;
}
</style>