Shades of Teal #027881
Tints of Teal #027881
RGB
CMYK
RGB Variations
Color information
#027881 (or 0x027881) is known color: Teal. HEX triplet: 02, 78 and 81. RGB value is (2,120,129). Sum of RGB (Red+Green+Blue) = 2+120+129=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #027881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027881 is #FD877E. Grayscale: #555555. Windows color (decimal): -16615295 or 8484866. OLE color: 8484866.
HSL color Cylindrical-coordinate representation of color #027881: hue angle of 184.25º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027881 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 120 | 129 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.49 |
| HSL | 184.25º | 0.97% | 0.26% | - |
| HSV(B) | 184.25º | 0.98% | 0.51% | - |
| XYZ | 10.7 | 15.03 | 23.11 | - |
| YUV | 85.74 | 152.41 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 120 | 129 | 0.98 | 0.07 | 0 | 0.49 | 184.25 | 0.97 | 0.26 |
| Hex | 2 | 78 | 81 | 62 | 7 | 0 | 31 | B8 | 61 | 1A |
| Octal | 2 | 170 | 201 | 142 | 7 | 0 | 61 | 270 | 141 | 32 |
| Binary | 10 | 1111000 | 10000001 | 1100010 | 111 | 0 | 110001 | 10111000 | 1100001 | 11010 |
Color Harmonies of #027881
Complementary color
Monochromatic Colors of #027881
Black with #027881
Text Example
Text Example
White with #027881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027881; }
p { color: rgb(2,120,129); }
H1.HeaderClassName
{
color: #027881;
}
.AnyTagClassName
{
color: #027881;
}
</style>
background-color css
<style>
a { background-color: #027881; }
a { background-color: rgb(2,120,129); }
div.DivClassName
{
background-color: #027881;
}
.BgClassName
{
background-color: #027881;
}
</style>
border-color css
<style>
span { border-color: #027881; }
span { border-color: rgb(2,120,129); }
td.TdClassName
{
border-color: #027881;
}
.TagClassName
{
border-color: #027881;
}
</style>