Shades of Teal #10827F
Tints of Teal #10827F
RGB
CMYK
RGB Variations
Color information
#10827F (or 0x10827F) is known color: Teal. HEX triplet: 10, 82 and 7F. RGB value is (16,130,127). Sum of RGB (Red+Green+Blue) = 16+130+127=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #10827F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10827F is #EF7D80. Grayscale: #5F5F5F. Windows color (decimal): -15695233 or 8356368. OLE color: 8356368.
HSL color Cylindrical-coordinate representation of color #10827F: hue angle of 178.42º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10827F is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 130 | 127 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.49 |
| HSL | 178.42º | 0.78% | 0.29% | - |
| HSV(B) | 178.42º | 0.88% | 0.51% | - |
| XYZ | 12.03 | 17.61 | 22.84 | - |
| YUV | 95.57 | 145.73 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 127 | 0.88 | 0 | 0.02 | 0.49 | 178.42 | 0.78 | 0.29 |
| Hex | 10 | 82 | 7F | 58 | 0 | 2 | 31 | B2 | 4E | 1D |
| Octal | 20 | 202 | 177 | 130 | 0 | 2 | 61 | 262 | 116 | 35 |
| Binary | 10000 | 10000010 | 1111111 | 1011000 | 0 | 10 | 110001 | 10110010 | 1001110 | 11101 |
Color Harmonies of #10827F
Complementary color
Monochromatic Colors of #10827F
Black with #10827F
Text Example
Text Example
White with #10827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10827F; }
p { color: rgb(16,130,127); }
H1.HeaderClassName
{
color: #10827F;
}
.AnyTagClassName
{
color: #10827F;
}
</style>
background-color css
<style>
a { background-color: #10827F; }
a { background-color: rgb(16,130,127); }
div.DivClassName
{
background-color: #10827F;
}
.BgClassName
{
background-color: #10827F;
}
</style>
border-color css
<style>
span { border-color: #10827F; }
span { border-color: rgb(16,130,127); }
td.TdClassName
{
border-color: #10827F;
}
.TagClassName
{
border-color: #10827F;
}
</style>