Shades of Teal #02807B
Tints of Teal #02807B
RGB
CMYK
RGB Variations
Color information
#02807B (or 0x02807B) is known color: Teal. HEX triplet: 02, 80 and 7B. RGB value is (2,128,123). Sum of RGB (Red+Green+Blue) = 2+128+123=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #02807B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02807B is #FD7F84. Grayscale: #595959. Windows color (decimal): -16613253 or 8093698. OLE color: 8093698.
HSL color Cylindrical-coordinate representation of color #02807B: hue angle of 177.62º 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 #02807B is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 128 | 123 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.50 |
| HSL | 177.62º | 0.97% | 0.25% | - |
| HSV(B) | 177.62º | 0.98% | 0.5% | - |
| XYZ | 11.32 | 16.88 | 21.4 | - |
| YUV | 89.76 | 146.76 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 123 | 0.98 | 0 | 0.04 | 0.50 | 177.62 | 0.97 | 0.25 |
| Hex | 2 | 80 | 7B | 62 | 0 | 4 | 32 | B2 | 61 | 19 |
| Octal | 2 | 200 | 173 | 142 | 0 | 4 | 62 | 262 | 141 | 31 |
| Binary | 10 | 10000000 | 1111011 | 1100010 | 0 | 100 | 110010 | 10110010 | 1100001 | 11001 |
Color Harmonies of #02807B
Complementary color
Monochromatic Colors of #02807B
Black with #02807B
Text Example
Text Example
White with #02807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02807B; }
p { color: rgb(2,128,123); }
H1.HeaderClassName
{
color: #02807B;
}
.AnyTagClassName
{
color: #02807B;
}
</style>
background-color css
<style>
a { background-color: #02807B; }
a { background-color: rgb(2,128,123); }
div.DivClassName
{
background-color: #02807B;
}
.BgClassName
{
background-color: #02807B;
}
</style>
border-color css
<style>
span { border-color: #02807B; }
span { border-color: rgb(2,128,123); }
td.TdClassName
{
border-color: #02807B;
}
.TagClassName
{
border-color: #02807B;
}
</style>