Shades of Teal #02737F
Tints of Teal #02737F
RGB
CMYK
RGB Variations
Color information
#02737F (or 0x02737F) is known color: Teal. HEX triplet: 02, 73 and 7F. RGB value is (2,115,127). Sum of RGB (Red+Green+Blue) = 2+115+127=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #02737F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02737F is #FD8C80. Grayscale: #525252. Windows color (decimal): -16616577 or 8352514. OLE color: 8352514.
HSL color Cylindrical-coordinate representation of color #02737F: hue angle of 185.76º 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 #02737F is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 115 | 127 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.50 |
| HSL | 185.76º | 0.97% | 0.25% | - |
| HSV(B) | 185.76º | 0.98% | 0.5% | - |
| XYZ | 9.99 | 13.81 | 22.22 | - |
| YUV | 82.58 | 153.06 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 127 | 0.98 | 0.09 | 0 | 0.50 | 185.76 | 0.97 | 0.25 |
| Hex | 2 | 73 | 7F | 62 | 9 | 0 | 32 | BA | 61 | 19 |
| Octal | 2 | 163 | 177 | 142 | 11 | 0 | 62 | 272 | 141 | 31 |
| Binary | 10 | 1110011 | 1111111 | 1100010 | 1001 | 0 | 110010 | 10111010 | 1100001 | 11001 |
Color Harmonies of #02737F
Complementary color
Monochromatic Colors of #02737F
Black with #02737F
Text Example
Text Example
White with #02737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02737F; }
p { color: rgb(2,115,127); }
H1.HeaderClassName
{
color: #02737F;
}
.AnyTagClassName
{
color: #02737F;
}
</style>
background-color css
<style>
a { background-color: #02737F; }
a { background-color: rgb(2,115,127); }
div.DivClassName
{
background-color: #02737F;
}
.BgClassName
{
background-color: #02737F;
}
</style>
border-color css
<style>
span { border-color: #02737F; }
span { border-color: rgb(2,115,127); }
td.TdClassName
{
border-color: #02737F;
}
.TagClassName
{
border-color: #02737F;
}
</style>