Shades of Teal #027C80
Tints of Teal #027C80
RGB
CMYK
RGB Variations
Color information
#027C80 (or 0x027C80) is known color: Teal. HEX triplet: 02, 7C and 80. RGB value is (2,124,128). Sum of RGB (Red+Green+Blue) = 2+124+128=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #027C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027C80 is #FD837F. Grayscale: #575757. Windows color (decimal): -16614272 or 8420354. OLE color: 8420354.
HSL color Cylindrical-coordinate representation of color #027C80: hue angle of 181.9º 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 #027C80 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 124 | 128 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.50 |
| HSL | 181.9º | 0.97% | 0.25% | - |
| HSV(B) | 181.9º | 0.98% | 0.5% | - |
| XYZ | 11.13 | 15.99 | 22.92 | - |
| YUV | 87.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 128 | 0.98 | 0.03 | 0 | 0.50 | 181.9 | 0.97 | 0.25 |
| Hex | 2 | 7C | 80 | 62 | 3 | 0 | 32 | B6 | 61 | 19 |
| Octal | 2 | 174 | 200 | 142 | 3 | 0 | 62 | 266 | 141 | 31 |
| Binary | 10 | 1111100 | 10000000 | 1100010 | 11 | 0 | 110010 | 10110110 | 1100001 | 11001 |
Color Harmonies of #027C80
Complementary color
Monochromatic Colors of #027C80
Black with #027C80
Text Example
Text Example
White with #027C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C80; }
p { color: rgb(2,124,128); }
H1.HeaderClassName
{
color: #027C80;
}
.AnyTagClassName
{
color: #027C80;
}
</style>
background-color css
<style>
a { background-color: #027C80; }
a { background-color: rgb(2,124,128); }
div.DivClassName
{
background-color: #027C80;
}
.BgClassName
{
background-color: #027C80;
}
</style>
border-color css
<style>
span { border-color: #027C80; }
span { border-color: rgb(2,124,128); }
td.TdClassName
{
border-color: #027C80;
}
.TagClassName
{
border-color: #027C80;
}
</style>