Shades of Teal #027682
Tints of Teal #027682
RGB
CMYK
RGB Variations
Color information
#027682 (or 0x027682) is known color: Teal. HEX triplet: 02, 76 and 82. RGB value is (2,118,130). Sum of RGB (Red+Green+Blue) = 2+118+130=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #027682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027682 is #FD897D. Grayscale: #545454. Windows color (decimal): -16615806 or 8549890. OLE color: 8549890.
HSL color Cylindrical-coordinate representation of color #027682: hue angle of 185.62º 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 #027682 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 118 | 130 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.49 |
| HSL | 185.63º | 0.97% | 0.26% | - |
| HSV(B) | 185.63º | 0.98% | 0.51% | - |
| XYZ | 10.53 | 14.58 | 23.38 | - |
| YUV | 84.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 130 | 0.98 | 0.09 | 0 | 0.49 | 185.63 | 0.97 | 0.26 |
| Hex | 2 | 76 | 82 | 62 | 9 | 0 | 31 | BA | 61 | 1A |
| Octal | 2 | 166 | 202 | 142 | 11 | 0 | 61 | 272 | 141 | 32 |
| Binary | 10 | 1110110 | 10000010 | 1100010 | 1001 | 0 | 110001 | 10111010 | 1100001 | 11010 |
Color Harmonies of #027682
Complementary color
Monochromatic Colors of #027682
Black with #027682
Text Example
Text Example
White with #027682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027682; }
p { color: rgb(2,118,130); }
H1.HeaderClassName
{
color: #027682;
}
.AnyTagClassName
{
color: #027682;
}
</style>
background-color css
<style>
a { background-color: #027682; }
a { background-color: rgb(2,118,130); }
div.DivClassName
{
background-color: #027682;
}
.BgClassName
{
background-color: #027682;
}
</style>
border-color css
<style>
span { border-color: #027682; }
span { border-color: rgb(2,118,130); }
td.TdClassName
{
border-color: #027682;
}
.TagClassName
{
border-color: #027682;
}
</style>