Shades of Teal #027E8C
Tints of Teal #027E8C
RGB
CMYK
RGB Variations
Color information
#027E8C (or 0x027E8C) is known color: Teal. HEX triplet: 02, 7E and 8C. RGB value is (2,126,140). Sum of RGB (Red+Green+Blue) = 2+126+140=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #027E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027E8C is #FD8173. Grayscale: #5A5A5A. Windows color (decimal): -16613748 or 9207298. OLE color: 9207298.
HSL color Cylindrical-coordinate representation of color #027E8C: hue angle of 186.09º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027E8C is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 126 | 140 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.45 |
| HSL | 186.09º | 0.97% | 0.28% | - |
| HSV(B) | 186.09º | 0.99% | 0.55% | - |
| XYZ | 12.22 | 16.83 | 27.42 | - |
| YUV | 90.52 | 155.92 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 140 | 0.99 | 0.10 | 0 | 0.45 | 186.09 | 0.97 | 0.28 |
| Hex | 2 | 7E | 8C | 63 | A | 0 | 2D | BA | 61 | 1C |
| Octal | 2 | 176 | 214 | 143 | 12 | 0 | 55 | 272 | 141 | 34 |
| Binary | 10 | 1111110 | 10001100 | 1100011 | 1010 | 0 | 101101 | 10111010 | 1100001 | 11100 |
Color Harmonies of #027E8C
Complementary color
Monochromatic Colors of #027E8C
Black with #027E8C
Text Example
Text Example
White with #027E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E8C; }
p { color: rgb(2,126,140); }
H1.HeaderClassName
{
color: #027E8C;
}
.AnyTagClassName
{
color: #027E8C;
}
</style>
background-color css
<style>
a { background-color: #027E8C; }
a { background-color: rgb(2,126,140); }
div.DivClassName
{
background-color: #027E8C;
}
.BgClassName
{
background-color: #027E8C;
}
</style>
border-color css
<style>
span { border-color: #027E8C; }
span { border-color: rgb(2,126,140); }
td.TdClassName
{
border-color: #027E8C;
}
.TagClassName
{
border-color: #027E8C;
}
</style>