Shades of Teal #027481
Tints of Teal #027481
RGB
CMYK
RGB Variations
Color information
#027481 (or 0x027481) is known color: Teal. HEX triplet: 02, 74 and 81. RGB value is (2,116,129). Sum of RGB (Red+Green+Blue) = 2+116+129=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #027481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027481 is #FD8B7E. Grayscale: #535353. Windows color (decimal): -16616319 or 8483842. OLE color: 8483842.
HSL color Cylindrical-coordinate representation of color #027481: hue angle of 186.14º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027481 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 116 | 129 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.49 |
| HSL | 186.14º | 0.97% | 0.26% | - |
| HSV(B) | 186.14º | 0.98% | 0.51% | - |
| XYZ | 10.23 | 14.09 | 22.95 | - |
| YUV | 83.4 | 153.73 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 116 | 129 | 0.98 | 0.10 | 0 | 0.49 | 186.14 | 0.97 | 0.26 |
| Hex | 2 | 74 | 81 | 62 | A | 0 | 31 | BA | 61 | 1A |
| Octal | 2 | 164 | 201 | 142 | 12 | 0 | 61 | 272 | 141 | 32 |
| Binary | 10 | 1110100 | 10000001 | 1100010 | 1010 | 0 | 110001 | 10111010 | 1100001 | 11010 |
Color Harmonies of #027481
Complementary color
Monochromatic Colors of #027481
Black with #027481
Text Example
Text Example
White with #027481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027481; }
p { color: rgb(2,116,129); }
H1.HeaderClassName
{
color: #027481;
}
.AnyTagClassName
{
color: #027481;
}
</style>
background-color css
<style>
a { background-color: #027481; }
a { background-color: rgb(2,116,129); }
div.DivClassName
{
background-color: #027481;
}
.BgClassName
{
background-color: #027481;
}
</style>
border-color css
<style>
span { border-color: #027481; }
span { border-color: rgb(2,116,129); }
td.TdClassName
{
border-color: #027481;
}
.TagClassName
{
border-color: #027481;
}
</style>