Shades of Teal #0A8483
Tints of Teal #0A8483
RGB
CMYK
RGB Variations
Color information
#0A8483 (or 0x0A8483) is known color: Teal. HEX triplet: 0A, 84 and 83. RGB value is (10,132,131). Sum of RGB (Red+Green+Blue) = 10+132+131=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #0A8483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8483 is #F57B7C. Grayscale: #5F5F5F. Windows color (decimal): -16087933 or 8619018. OLE color: 8619018.
HSL color Cylindrical-coordinate representation of color #0A8483: hue angle of 179.51º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8483 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 132 | 131 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.48 |
| HSL | 179.51º | 0.86% | 0.28% | - |
| HSV(B) | 179.51º | 0.92% | 0.52% | - |
| XYZ | 12.47 | 18.21 | 24.33 | - |
| YUV | 95.41 | 148.08 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 132 | 131 | 0.92 | 0 | 0.01 | 0.48 | 179.51 | 0.86 | 0.28 |
| Hex | A | 84 | 83 | 5C | 0 | 1 | 30 | B4 | 56 | 1C |
| Octal | 12 | 204 | 203 | 134 | 0 | 1 | 60 | 264 | 126 | 34 |
| Binary | 1010 | 10000100 | 10000011 | 1011100 | 0 | 1 | 110000 | 10110100 | 1010110 | 11100 |
Color Harmonies of #0A8483
Complementary color
Monochromatic Colors of #0A8483
Black with #0A8483
Text Example
Text Example
White with #0A8483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8483; }
p { color: rgb(10,132,131); }
H1.HeaderClassName
{
color: #0A8483;
}
.AnyTagClassName
{
color: #0A8483;
}
</style>
background-color css
<style>
a { background-color: #0A8483; }
a { background-color: rgb(10,132,131); }
div.DivClassName
{
background-color: #0A8483;
}
.BgClassName
{
background-color: #0A8483;
}
</style>
border-color css
<style>
span { border-color: #0A8483; }
span { border-color: rgb(10,132,131); }
td.TdClassName
{
border-color: #0A8483;
}
.TagClassName
{
border-color: #0A8483;
}
</style>