Shades of Teal #0A8184
Tints of Teal #0A8184
RGB
CMYK
RGB Variations
Color information
#0A8184 (or 0x0A8184) is known color: Teal. HEX triplet: 0A, 81 and 84. RGB value is (10,129,132). Sum of RGB (Red+Green+Blue) = 10+129+132=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A8184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8184 is #F57E7B. Grayscale: #5D5D5D. Windows color (decimal): -16088700 or 8683786. OLE color: 8683786.
HSL color Cylindrical-coordinate representation of color #0A8184: hue angle of 181.48º 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 #0A8184 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 129 | 132 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.48 |
| HSL | 181.48º | 0.86% | 0.28% | - |
| HSV(B) | 181.48º | 0.92% | 0.52% | - |
| XYZ | 12.14 | 17.43 | 24.55 | - |
| YUV | 93.76 | 149.58 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 132 | 0.92 | 0.02 | 0 | 0.48 | 181.48 | 0.86 | 0.28 |
| Hex | A | 81 | 84 | 5C | 2 | 0 | 30 | B5 | 56 | 1C |
| Octal | 12 | 201 | 204 | 134 | 2 | 0 | 60 | 265 | 126 | 34 |
| Binary | 1010 | 10000001 | 10000100 | 1011100 | 10 | 0 | 110000 | 10110101 | 1010110 | 11100 |
Color Harmonies of #0A8184
Complementary color
Monochromatic Colors of #0A8184
Black with #0A8184
Text Example
Text Example
White with #0A8184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8184; }
p { color: rgb(10,129,132); }
H1.HeaderClassName
{
color: #0A8184;
}
.AnyTagClassName
{
color: #0A8184;
}
</style>
background-color css
<style>
a { background-color: #0A8184; }
a { background-color: rgb(10,129,132); }
div.DivClassName
{
background-color: #0A8184;
}
.BgClassName
{
background-color: #0A8184;
}
</style>
border-color css
<style>
span { border-color: #0A8184; }
span { border-color: rgb(10,129,132); }
td.TdClassName
{
border-color: #0A8184;
}
.TagClassName
{
border-color: #0A8184;
}
</style>