Shades of Teal #027589
Tints of Teal #027589
RGB
CMYK
RGB Variations
Color information
#027589 (or 0x027589) is known color: Teal. HEX triplet: 02, 75 and 89. RGB value is (2,117,137). Sum of RGB (Red+Green+Blue) = 2+117+137=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #027589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027589 is #FD8A76. Grayscale: #545454. Windows color (decimal): -16616055 or 9008386. OLE color: 9008386.
HSL color Cylindrical-coordinate representation of color #027589: hue angle of 188.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027589 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 117 | 137 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.46 |
| HSL | 188.89º | 0.97% | 0.27% | - |
| HSV(B) | 188.89º | 0.99% | 0.54% | - |
| XYZ | 10.9 | 14.54 | 25.9 | - |
| YUV | 84.9 | 157.4 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 117 | 137 | 0.99 | 0.15 | 0 | 0.46 | 188.89 | 0.97 | 0.27 |
| Hex | 2 | 75 | 89 | 63 | F | 0 | 2E | BD | 61 | 1B |
| Octal | 2 | 165 | 211 | 143 | 17 | 0 | 56 | 275 | 141 | 33 |
| Binary | 10 | 1110101 | 10001001 | 1100011 | 1111 | 0 | 101110 | 10111101 | 1100001 | 11011 |
Color Harmonies of #027589
Complementary color
Monochromatic Colors of #027589
Black with #027589
Text Example
Text Example
White with #027589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027589; }
p { color: rgb(2,117,137); }
H1.HeaderClassName
{
color: #027589;
}
.AnyTagClassName
{
color: #027589;
}
</style>
background-color css
<style>
a { background-color: #027589; }
a { background-color: rgb(2,117,137); }
div.DivClassName
{
background-color: #027589;
}
.BgClassName
{
background-color: #027589;
}
</style>
border-color css
<style>
span { border-color: #027589; }
span { border-color: rgb(2,117,137); }
td.TdClassName
{
border-color: #027589;
}
.TagClassName
{
border-color: #027589;
}
</style>