Shades of Teal #027188
Tints of Teal #027188
RGB
CMYK
RGB Variations
Color information
#027188 (or 0x027188) is known color: Teal. HEX triplet: 02, 71 and 88. RGB value is (2,113,136). Sum of RGB (Red+Green+Blue) = 2+113+136=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #027188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027188 is #FD8E77. Grayscale: #525252. Windows color (decimal): -16617080 or 8941826. OLE color: 8941826.
HSL color Cylindrical-coordinate representation of color #027188: hue angle of 190.3º 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 #027188 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 113 | 136 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.47 |
| HSL | 190.3º | 0.97% | 0.27% | - |
| HSV(B) | 190.3º | 0.99% | 0.53% | - |
| XYZ | 10.37 | 13.6 | 25.37 | - |
| YUV | 82.43 | 158.23 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 136 | 0.99 | 0.17 | 0 | 0.47 | 190.3 | 0.97 | 0.27 |
| Hex | 2 | 71 | 88 | 63 | 11 | 0 | 2F | BE | 61 | 1B |
| Octal | 2 | 161 | 210 | 143 | 21 | 0 | 57 | 276 | 141 | 33 |
| Binary | 10 | 1110001 | 10001000 | 1100011 | 10001 | 0 | 101111 | 10111110 | 1100001 | 11011 |
Color Harmonies of #027188
Complementary color
Monochromatic Colors of #027188
Black with #027188
Text Example
Text Example
White with #027188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027188; }
p { color: rgb(2,113,136); }
H1.HeaderClassName
{
color: #027188;
}
.AnyTagClassName
{
color: #027188;
}
</style>
background-color css
<style>
a { background-color: #027188; }
a { background-color: rgb(2,113,136); }
div.DivClassName
{
background-color: #027188;
}
.BgClassName
{
background-color: #027188;
}
</style>
border-color css
<style>
span { border-color: #027188; }
span { border-color: rgb(2,113,136); }
td.TdClassName
{
border-color: #027188;
}
.TagClassName
{
border-color: #027188;
}
</style>