Shades of Teal #027D89
Tints of Teal #027D89
RGB
CMYK
RGB Variations
Color information
#027D89 (or 0x027D89) is known color: Teal. HEX triplet: 02, 7D and 89. RGB value is (2,125,137). Sum of RGB (Red+Green+Blue) = 2+125+137=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 125 (49.22% from 255 or 47.35% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #027D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027D89 is #FD8276. Grayscale: #595959. Windows color (decimal): -16614007 or 9010434. OLE color: 9010434.
HSL color Cylindrical-coordinate representation of color #027D89: hue angle of 185.33º 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 #027D89 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 125 | 137 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.46 |
| HSL | 185.33º | 0.97% | 0.27% | - |
| HSV(B) | 185.33º | 0.99% | 0.54% | - |
| XYZ | 11.87 | 16.49 | 26.22 | - |
| YUV | 89.59 | 154.75 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 137 | 0.99 | 0.09 | 0 | 0.46 | 185.33 | 0.97 | 0.27 |
| Hex | 2 | 7D | 89 | 63 | 9 | 0 | 2E | B9 | 61 | 1B |
| Octal | 2 | 175 | 211 | 143 | 11 | 0 | 56 | 271 | 141 | 33 |
| Binary | 10 | 1111101 | 10001001 | 1100011 | 1001 | 0 | 101110 | 10111001 | 1100001 | 11011 |
Color Harmonies of #027D89
Complementary color
Monochromatic Colors of #027D89
Black with #027D89
Text Example
Text Example
White with #027D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027D89; }
p { color: rgb(2,125,137); }
H1.HeaderClassName
{
color: #027D89;
}
.AnyTagClassName
{
color: #027D89;
}
</style>
background-color css
<style>
a { background-color: #027D89; }
a { background-color: rgb(2,125,137); }
div.DivClassName
{
background-color: #027D89;
}
.BgClassName
{
background-color: #027D89;
}
</style>
border-color css
<style>
span { border-color: #027D89; }
span { border-color: rgb(2,125,137); }
td.TdClassName
{
border-color: #027D89;
}
.TagClassName
{
border-color: #027D89;
}
</style>