Shades of Teal #027F8B
Tints of Teal #027F8B
RGB
CMYK
RGB Variations
Color information
#027F8B (or 0x027F8B) is known color: Teal. HEX triplet: 02, 7F and 8B. RGB value is (2,127,139). Sum of RGB (Red+Green+Blue) = 2+127+139=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #027F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027F8B is #FD8074. Grayscale: #5A5A5A. Windows color (decimal): -16613493 or 9142018. OLE color: 9142018.
HSL color Cylindrical-coordinate representation of color #027F8B: hue angle of 185.26º 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 #027F8B is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 127 | 139 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.45 |
| HSL | 185.26º | 0.97% | 0.28% | - |
| HSV(B) | 185.26º | 0.99% | 0.55% | - |
| XYZ | 12.27 | 17.06 | 27.07 | - |
| YUV | 90.99 | 155.09 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 139 | 0.99 | 0.09 | 0 | 0.45 | 185.26 | 0.97 | 0.28 |
| Hex | 2 | 7F | 8B | 63 | 9 | 0 | 2D | B9 | 61 | 1C |
| Octal | 2 | 177 | 213 | 143 | 11 | 0 | 55 | 271 | 141 | 34 |
| Binary | 10 | 1111111 | 10001011 | 1100011 | 1001 | 0 | 101101 | 10111001 | 1100001 | 11100 |
Color Harmonies of #027F8B
Complementary color
Monochromatic Colors of #027F8B
Black with #027F8B
Text Example
Text Example
White with #027F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027F8B; }
p { color: rgb(2,127,139); }
H1.HeaderClassName
{
color: #027F8B;
}
.AnyTagClassName
{
color: #027F8B;
}
</style>
background-color css
<style>
a { background-color: #027F8B; }
a { background-color: rgb(2,127,139); }
div.DivClassName
{
background-color: #027F8B;
}
.BgClassName
{
background-color: #027F8B;
}
</style>
border-color css
<style>
span { border-color: #027F8B; }
span { border-color: rgb(2,127,139); }
td.TdClassName
{
border-color: #027F8B;
}
.TagClassName
{
border-color: #027F8B;
}
</style>