Shades of Teal #027A8F
Tints of Teal #027A8F
RGB
CMYK
RGB Variations
Color information
#027A8F (or 0x027A8F) is known color: Teal. HEX triplet: 02, 7A and 8F. RGB value is (2,122,143). Sum of RGB (Red+Green+Blue) = 2+122+143=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #027A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027A8F is #FD8570. Grayscale: #585858. Windows color (decimal): -16614769 or 9402882. OLE color: 9402882.
HSL color Cylindrical-coordinate representation of color #027A8F: hue angle of 188.94º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027A8F is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 122 | 143 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.44 |
| HSL | 188.94º | 0.97% | 0.28% | - |
| HSV(B) | 188.94º | 0.99% | 0.56% | - |
| XYZ | 11.94 | 15.92 | 28.43 | - |
| YUV | 88.51 | 158.74 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 143 | 0.99 | 0.15 | 0 | 0.44 | 188.94 | 0.97 | 0.28 |
| Hex | 2 | 7A | 8F | 63 | F | 0 | 2C | BD | 61 | 1C |
| Octal | 2 | 172 | 217 | 143 | 17 | 0 | 54 | 275 | 141 | 34 |
| Binary | 10 | 1111010 | 10001111 | 1100011 | 1111 | 0 | 101100 | 10111101 | 1100001 | 11100 |
Color Harmonies of #027A8F
Complementary color
Monochromatic Colors of #027A8F
Black with #027A8F
Text Example
Text Example
White with #027A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027A8F; }
p { color: rgb(2,122,143); }
H1.HeaderClassName
{
color: #027A8F;
}
.AnyTagClassName
{
color: #027A8F;
}
</style>
background-color css
<style>
a { background-color: #027A8F; }
a { background-color: rgb(2,122,143); }
div.DivClassName
{
background-color: #027A8F;
}
.BgClassName
{
background-color: #027A8F;
}
</style>
border-color css
<style>
span { border-color: #027A8F; }
span { border-color: rgb(2,122,143); }
td.TdClassName
{
border-color: #027A8F;
}
.TagClassName
{
border-color: #027A8F;
}
</style>