Shades of Teal #0A817D
Tints of Teal #0A817D
RGB
CMYK
RGB Variations
Color information
#0A817D (or 0x0A817D) is known color: Teal. HEX triplet: 0A, 81 and 7D. RGB value is (10,129,125). Sum of RGB (Red+Green+Blue) = 10+129+125=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #0A817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A817D is #F57E82. Grayscale: #5C5C5C. Windows color (decimal): -16088707 or 8225034. OLE color: 8225034.
HSL color Cylindrical-coordinate representation of color #0A817D: hue angle of 177.98º 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 #0A817D is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 129 | 125 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.49 |
| HSL | 177.98º | 0.86% | 0.27% | - |
| HSV(B) | 177.98º | 0.92% | 0.51% | - |
| XYZ | 11.68 | 17.25 | 22.12 | - |
| YUV | 92.96 | 146.08 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 125 | 0.92 | 0 | 0.03 | 0.49 | 177.98 | 0.86 | 0.27 |
| Hex | A | 81 | 7D | 5C | 0 | 3 | 31 | B2 | 56 | 1B |
| Octal | 12 | 201 | 175 | 134 | 0 | 3 | 61 | 262 | 126 | 33 |
| Binary | 1010 | 10000001 | 1111101 | 1011100 | 0 | 11 | 110001 | 10110010 | 1010110 | 11011 |
Color Harmonies of #0A817D
Complementary color
Monochromatic Colors of #0A817D
Black with #0A817D
Text Example
Text Example
White with #0A817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A817D; }
p { color: rgb(10,129,125); }
H1.HeaderClassName
{
color: #0A817D;
}
.AnyTagClassName
{
color: #0A817D;
}
</style>
background-color css
<style>
a { background-color: #0A817D; }
a { background-color: rgb(10,129,125); }
div.DivClassName
{
background-color: #0A817D;
}
.BgClassName
{
background-color: #0A817D;
}
</style>
border-color css
<style>
span { border-color: #0A817D; }
span { border-color: rgb(10,129,125); }
td.TdClassName
{
border-color: #0A817D;
}
.TagClassName
{
border-color: #0A817D;
}
</style>