Shades of Teal #0A8182
Tints of Teal #0A8182
RGB
CMYK
RGB Variations
Color information
#0A8182 (or 0x0A8182) is known color: Teal. HEX triplet: 0A, 81 and 82. RGB value is (10,129,130). Sum of RGB (Red+Green+Blue) = 10+129+130=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A8182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8182 is #F57E7D. Grayscale: #5D5D5D. Windows color (decimal): -16088702 or 8552714. OLE color: 8552714.
HSL color Cylindrical-coordinate representation of color #0A8182: hue angle of 180.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8182 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 129 | 130 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.49 |
| HSL | 180.5º | 0.86% | 0.27% | - |
| HSV(B) | 180.5º | 0.92% | 0.51% | - |
| XYZ | 12 | 17.38 | 23.84 | - |
| YUV | 93.53 | 148.58 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 130 | 0.92 | 0.01 | 0 | 0.49 | 180.5 | 0.86 | 0.27 |
| Hex | A | 81 | 82 | 5C | 1 | 0 | 31 | B4 | 56 | 1B |
| Octal | 12 | 201 | 202 | 134 | 1 | 0 | 61 | 264 | 126 | 33 |
| Binary | 1010 | 10000001 | 10000010 | 1011100 | 1 | 0 | 110001 | 10110100 | 1010110 | 11011 |
Color Harmonies of #0A8182
Complementary color
Monochromatic Colors of #0A8182
Black with #0A8182
Text Example
Text Example
White with #0A8182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8182; }
p { color: rgb(10,129,130); }
H1.HeaderClassName
{
color: #0A8182;
}
.AnyTagClassName
{
color: #0A8182;
}
</style>
background-color css
<style>
a { background-color: #0A8182; }
a { background-color: rgb(10,129,130); }
div.DivClassName
{
background-color: #0A8182;
}
.BgClassName
{
background-color: #0A8182;
}
</style>
border-color css
<style>
span { border-color: #0A8182; }
span { border-color: rgb(10,129,130); }
td.TdClassName
{
border-color: #0A8182;
}
.TagClassName
{
border-color: #0A8182;
}
</style>