Shades of Teal #027487
Tints of Teal #027487
RGB
CMYK
RGB Variations
Color information
#027487 (or 0x027487) is known color: Teal. HEX triplet: 02, 74 and 87. RGB value is (2,116,135). Sum of RGB (Red+Green+Blue) = 2+116+135=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #027487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027487 is #FD8B78. Grayscale: #535353. Windows color (decimal): -16616313 or 8877058. OLE color: 8877058.
HSL color Cylindrical-coordinate representation of color #027487: hue angle of 188.57º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027487 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 116 | 135 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.47 |
| HSL | 188.57º | 0.97% | 0.27% | - |
| HSV(B) | 188.57º | 0.99% | 0.53% | - |
| XYZ | 10.64 | 14.25 | 25.11 | - |
| YUV | 84.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 116 | 135 | 0.99 | 0.14 | 0 | 0.47 | 188.57 | 0.97 | 0.27 |
| Hex | 2 | 74 | 87 | 63 | E | 0 | 2F | BD | 61 | 1B |
| Octal | 2 | 164 | 207 | 143 | 16 | 0 | 57 | 275 | 141 | 33 |
| Binary | 10 | 1110100 | 10000111 | 1100011 | 1110 | 0 | 101111 | 10111101 | 1100001 | 11011 |
Color Harmonies of #027487
Complementary color
Monochromatic Colors of #027487
Black with #027487
Text Example
Text Example
White with #027487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027487; }
p { color: rgb(2,116,135); }
H1.HeaderClassName
{
color: #027487;
}
.AnyTagClassName
{
color: #027487;
}
</style>
background-color css
<style>
a { background-color: #027487; }
a { background-color: rgb(2,116,135); }
div.DivClassName
{
background-color: #027487;
}
.BgClassName
{
background-color: #027487;
}
</style>
border-color css
<style>
span { border-color: #027487; }
span { border-color: rgb(2,116,135); }
td.TdClassName
{
border-color: #027487;
}
.TagClassName
{
border-color: #027487;
}
</style>