Shades of Teal #027B8F
Tints of Teal #027B8F
RGB
CMYK
RGB Variations
Color information
#027B8F (or 0x027B8F) is known color: Teal. HEX triplet: 02, 7B and 8F. RGB value is (2,123,143). Sum of RGB (Red+Green+Blue) = 2+123+143=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #027B8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027B8F is #FD8470. Grayscale: #585858. Windows color (decimal): -16614513 or 9403138. OLE color: 9403138.
HSL color Cylindrical-coordinate representation of color #027B8F: hue angle of 188.51º 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 #027B8F is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 123 | 143 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.44 |
| HSL | 188.51º | 0.97% | 0.28% | - |
| HSV(B) | 188.51º | 0.99% | 0.56% | - |
| XYZ | 12.07 | 16.16 | 28.47 | - |
| YUV | 89.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 143 | 0.99 | 0.14 | 0 | 0.44 | 188.51 | 0.97 | 0.28 |
| Hex | 2 | 7B | 8F | 63 | E | 0 | 2C | BD | 61 | 1C |
| Octal | 2 | 173 | 217 | 143 | 16 | 0 | 54 | 275 | 141 | 34 |
| Binary | 10 | 1111011 | 10001111 | 1100011 | 1110 | 0 | 101100 | 10111101 | 1100001 | 11100 |
Color Harmonies of #027B8F
Complementary color
Monochromatic Colors of #027B8F
Black with #027B8F
Text Example
Text Example
White with #027B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027B8F; }
p { color: rgb(2,123,143); }
H1.HeaderClassName
{
color: #027B8F;
}
.AnyTagClassName
{
color: #027B8F;
}
</style>
background-color css
<style>
a { background-color: #027B8F; }
a { background-color: rgb(2,123,143); }
div.DivClassName
{
background-color: #027B8F;
}
.BgClassName
{
background-color: #027B8F;
}
</style>
border-color css
<style>
span { border-color: #027B8F; }
span { border-color: rgb(2,123,143); }
td.TdClassName
{
border-color: #027B8F;
}
.TagClassName
{
border-color: #027B8F;
}
</style>