Shades of Teal #027D8D
Tints of Teal #027D8D
RGB
CMYK
RGB Variations
Color information
#027D8D (or 0x027D8D) is known color: Teal. HEX triplet: 02, 7D and 8D. RGB value is (2,125,141). Sum of RGB (Red+Green+Blue) = 2+125+141=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #027D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027D8D is #FD8272. Grayscale: #595959. Windows color (decimal): -16614003 or 9272578. OLE color: 9272578.
HSL color Cylindrical-coordinate representation of color #027D8D: hue angle of 186.91º 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 #027D8D is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 125 | 141 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.45 |
| HSL | 186.91º | 0.97% | 0.28% | - |
| HSV(B) | 186.91º | 0.99% | 0.55% | - |
| XYZ | 12.17 | 16.6 | 27.76 | - |
| YUV | 90.05 | 156.75 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 141 | 0.99 | 0.11 | 0 | 0.45 | 186.91 | 0.97 | 0.28 |
| Hex | 2 | 7D | 8D | 63 | B | 0 | 2D | BB | 61 | 1C |
| Octal | 2 | 175 | 215 | 143 | 13 | 0 | 55 | 273 | 141 | 34 |
| Binary | 10 | 1111101 | 10001101 | 1100011 | 1011 | 0 | 101101 | 10111011 | 1100001 | 11100 |
Color Harmonies of #027D8D
Complementary color
Monochromatic Colors of #027D8D
Black with #027D8D
Text Example
Text Example
White with #027D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027D8D; }
p { color: rgb(2,125,141); }
H1.HeaderClassName
{
color: #027D8D;
}
.AnyTagClassName
{
color: #027D8D;
}
</style>
background-color css
<style>
a { background-color: #027D8D; }
a { background-color: rgb(2,125,141); }
div.DivClassName
{
background-color: #027D8D;
}
.BgClassName
{
background-color: #027D8D;
}
</style>
border-color css
<style>
span { border-color: #027D8D; }
span { border-color: rgb(2,125,141); }
td.TdClassName
{
border-color: #027D8D;
}
.TagClassName
{
border-color: #027D8D;
}
</style>