Shades of Teal #0A7B87
Tints of Teal #0A7B87
RGB
CMYK
RGB Variations
Color information
#0A7B87 (or 0x0A7B87) is known color: Teal. HEX triplet: 0A, 7B and 87. RGB value is (10,123,135). Sum of RGB (Red+Green+Blue) = 10+123+135=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A7B87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7B87 is #F58478. Grayscale: #5A5A5A. Windows color (decimal): -16090233 or 8878858. OLE color: 8878858.
HSL color Cylindrical-coordinate representation of color #0A7B87: hue angle of 185.76º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7B87 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 123 | 135 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.47 |
| HSL | 185.76º | 0.86% | 0.28% | - |
| HSV(B) | 185.76º | 0.93% | 0.53% | - |
| XYZ | 11.58 | 15.98 | 25.4 | - |
| YUV | 90.58 | 153.06 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 123 | 135 | 0.93 | 0.09 | 0 | 0.47 | 185.76 | 0.86 | 0.28 |
| Hex | A | 7B | 87 | 5D | 9 | 0 | 2F | BA | 56 | 1C |
| Octal | 12 | 173 | 207 | 135 | 11 | 0 | 57 | 272 | 126 | 34 |
| Binary | 1010 | 1111011 | 10000111 | 1011101 | 1001 | 0 | 101111 | 10111010 | 1010110 | 11100 |
Color Harmonies of #0A7B87
Complementary color
Monochromatic Colors of #0A7B87
Black with #0A7B87
Text Example
Text Example
White with #0A7B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7B87; }
p { color: rgb(10,123,135); }
H1.HeaderClassName
{
color: #0A7B87;
}
.AnyTagClassName
{
color: #0A7B87;
}
</style>
background-color css
<style>
a { background-color: #0A7B87; }
a { background-color: rgb(10,123,135); }
div.DivClassName
{
background-color: #0A7B87;
}
.BgClassName
{
background-color: #0A7B87;
}
</style>
border-color css
<style>
span { border-color: #0A7B87; }
span { border-color: rgb(10,123,135); }
td.TdClassName
{
border-color: #0A7B87;
}
.TagClassName
{
border-color: #0A7B87;
}
</style>