Shades of Teal #0A8385
Tints of Teal #0A8385
RGB
CMYK
RGB Variations
Color information
#0A8385 (or 0x0A8385) is known color: Teal. HEX triplet: 0A, 83 and 85. RGB value is (10,131,133). Sum of RGB (Red+Green+Blue) = 10+131+133=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A8385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8385 is #F57C7A. Grayscale: #5E5E5E. Windows color (decimal): -16088187 or 8749834. OLE color: 8749834.
HSL color Cylindrical-coordinate representation of color #0A8385: hue angle of 180.98º 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 #0A8385 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 131 | 133 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.48 |
| HSL | 180.98º | 0.86% | 0.28% | - |
| HSV(B) | 180.98º | 0.92% | 0.52% | - |
| XYZ | 12.48 | 17.99 | 25.01 | - |
| YUV | 95.05 | 149.41 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 133 | 0.92 | 0.02 | 0 | 0.48 | 180.98 | 0.86 | 0.28 |
| Hex | A | 83 | 85 | 5C | 2 | 0 | 30 | B5 | 56 | 1C |
| Octal | 12 | 203 | 205 | 134 | 2 | 0 | 60 | 265 | 126 | 34 |
| Binary | 1010 | 10000011 | 10000101 | 1011100 | 10 | 0 | 110000 | 10110101 | 1010110 | 11100 |
Color Harmonies of #0A8385
Complementary color
Monochromatic Colors of #0A8385
Black with #0A8385
Text Example
Text Example
White with #0A8385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8385; }
p { color: rgb(10,131,133); }
H1.HeaderClassName
{
color: #0A8385;
}
.AnyTagClassName
{
color: #0A8385;
}
</style>
background-color css
<style>
a { background-color: #0A8385; }
a { background-color: rgb(10,131,133); }
div.DivClassName
{
background-color: #0A8385;
}
.BgClassName
{
background-color: #0A8385;
}
</style>
border-color css
<style>
span { border-color: #0A8385; }
span { border-color: rgb(10,131,133); }
td.TdClassName
{
border-color: #0A8385;
}
.TagClassName
{
border-color: #0A8385;
}
</style>