Shades of Teal #027689
Tints of Teal #027689
RGB
CMYK
RGB Variations
Color information
#027689 (or 0x027689) is known color: Teal. HEX triplet: 02, 76 and 89. RGB value is (2,118,137). Sum of RGB (Red+Green+Blue) = 2+118+137=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #027689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027689 is #FD8976. Grayscale: #555555. Windows color (decimal): -16615799 or 9008642. OLE color: 9008642.
HSL color Cylindrical-coordinate representation of color #027689: hue angle of 188.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027689 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 118 | 137 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.46 |
| HSL | 188.44º | 0.97% | 0.27% | - |
| HSV(B) | 188.44º | 0.99% | 0.54% | - |
| XYZ | 11.02 | 14.78 | 25.94 | - |
| YUV | 85.48 | 157.07 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 137 | 0.99 | 0.14 | 0 | 0.46 | 188.44 | 0.97 | 0.27 |
| Hex | 2 | 76 | 89 | 63 | E | 0 | 2E | BC | 61 | 1B |
| Octal | 2 | 166 | 211 | 143 | 16 | 0 | 56 | 274 | 141 | 33 |
| Binary | 10 | 1110110 | 10001001 | 1100011 | 1110 | 0 | 101110 | 10111100 | 1100001 | 11011 |
Color Harmonies of #027689
Complementary color
Monochromatic Colors of #027689
Black with #027689
Text Example
Text Example
White with #027689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027689; }
p { color: rgb(2,118,137); }
H1.HeaderClassName
{
color: #027689;
}
.AnyTagClassName
{
color: #027689;
}
</style>
background-color css
<style>
a { background-color: #027689; }
a { background-color: rgb(2,118,137); }
div.DivClassName
{
background-color: #027689;
}
.BgClassName
{
background-color: #027689;
}
</style>
border-color css
<style>
span { border-color: #027689; }
span { border-color: rgb(2,118,137); }
td.TdClassName
{
border-color: #027689;
}
.TagClassName
{
border-color: #027689;
}
</style>