Shades of Teal #027180
Tints of Teal #027180
RGB
CMYK
RGB Variations
Color information
#027180 (or 0x027180) is known color: Teal. HEX triplet: 02, 71 and 80. RGB value is (2,113,128). Sum of RGB (Red+Green+Blue) = 2+113+128=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #027180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027180 is #FD8E7F. Grayscale: #515151. Windows color (decimal): -16617088 or 8417538. OLE color: 8417538.
HSL color Cylindrical-coordinate representation of color #027180: hue angle of 187.14º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027180 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 113 | 128 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.50 |
| HSL | 187.14º | 0.97% | 0.25% | - |
| HSV(B) | 187.14º | 0.98% | 0.5% | - |
| XYZ | 9.83 | 13.38 | 22.49 | - |
| YUV | 81.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 128 | 0.98 | 0.12 | 0 | 0.50 | 187.14 | 0.97 | 0.25 |
| Hex | 2 | 71 | 80 | 62 | C | 0 | 32 | BB | 61 | 19 |
| Octal | 2 | 161 | 200 | 142 | 14 | 0 | 62 | 273 | 141 | 31 |
| Binary | 10 | 1110001 | 10000000 | 1100010 | 1100 | 0 | 110010 | 10111011 | 1100001 | 11001 |
Color Harmonies of #027180
Complementary color
Monochromatic Colors of #027180
Black with #027180
Text Example
Text Example
White with #027180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027180; }
p { color: rgb(2,113,128); }
H1.HeaderClassName
{
color: #027180;
}
.AnyTagClassName
{
color: #027180;
}
</style>
background-color css
<style>
a { background-color: #027180; }
a { background-color: rgb(2,113,128); }
div.DivClassName
{
background-color: #027180;
}
.BgClassName
{
background-color: #027180;
}
</style>
border-color css
<style>
span { border-color: #027180; }
span { border-color: rgb(2,113,128); }
td.TdClassName
{
border-color: #027180;
}
.TagClassName
{
border-color: #027180;
}
</style>