Shades of Teal #027E82
Tints of Teal #027E82
RGB
CMYK
RGB Variations
Color information
#027E82 (or 0x027E82) is known color: Teal. HEX triplet: 02, 7E and 82. RGB value is (2,126,130). Sum of RGB (Red+Green+Blue) = 2+126+130=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 126 (49.61% from 255 or 48.84% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #027E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027E82 is #FD817D. Grayscale: #595959. Windows color (decimal): -16613758 or 8551938. OLE color: 8551938.
HSL color Cylindrical-coordinate representation of color #027E82: hue angle of 181.88º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027E82 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 126 | 130 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.49 |
| HSL | 181.88º | 0.97% | 0.26% | - |
| HSV(B) | 181.88º | 0.98% | 0.51% | - |
| XYZ | 11.52 | 16.55 | 23.71 | - |
| YUV | 89.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 130 | 0.98 | 0.03 | 0 | 0.49 | 181.88 | 0.97 | 0.26 |
| Hex | 2 | 7E | 82 | 62 | 3 | 0 | 31 | B6 | 61 | 1A |
| Octal | 2 | 176 | 202 | 142 | 3 | 0 | 61 | 266 | 141 | 32 |
| Binary | 10 | 1111110 | 10000010 | 1100010 | 11 | 0 | 110001 | 10110110 | 1100001 | 11010 |
Color Harmonies of #027E82
Complementary color
Monochromatic Colors of #027E82
Black with #027E82
Text Example
Text Example
White with #027E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E82; }
p { color: rgb(2,126,130); }
H1.HeaderClassName
{
color: #027E82;
}
.AnyTagClassName
{
color: #027E82;
}
</style>
background-color css
<style>
a { background-color: #027E82; }
a { background-color: rgb(2,126,130); }
div.DivClassName
{
background-color: #027E82;
}
.BgClassName
{
background-color: #027E82;
}
</style>
border-color css
<style>
span { border-color: #027E82; }
span { border-color: rgb(2,126,130); }
td.TdClassName
{
border-color: #027E82;
}
.TagClassName
{
border-color: #027E82;
}
</style>