Shades of Teal #027683
Tints of Teal #027683
RGB
CMYK
RGB Variations
Color information
#027683 (or 0x027683) is known color: Teal. HEX triplet: 02, 76 and 83. RGB value is (2,118,131). Sum of RGB (Red+Green+Blue) = 2+118+131=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #027683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027683 is #FD897C. Grayscale: #545454. Windows color (decimal): -16615805 or 8615426. OLE color: 8615426.
HSL color Cylindrical-coordinate representation of color #027683: hue angle of 186.05º 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 #027683 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 118 | 131 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.49 |
| HSL | 186.05º | 0.97% | 0.26% | - |
| HSV(B) | 186.05º | 0.98% | 0.51% | - |
| XYZ | 10.6 | 14.61 | 23.73 | - |
| YUV | 84.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 131 | 0.98 | 0.10 | 0 | 0.49 | 186.05 | 0.97 | 0.26 |
| Hex | 2 | 76 | 83 | 62 | A | 0 | 31 | BA | 61 | 1A |
| Octal | 2 | 166 | 203 | 142 | 12 | 0 | 61 | 272 | 141 | 32 |
| Binary | 10 | 1110110 | 10000011 | 1100010 | 1010 | 0 | 110001 | 10111010 | 1100001 | 11010 |
Color Harmonies of #027683
Complementary color
Monochromatic Colors of #027683
Black with #027683
Text Example
Text Example
White with #027683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027683; }
p { color: rgb(2,118,131); }
H1.HeaderClassName
{
color: #027683;
}
.AnyTagClassName
{
color: #027683;
}
</style>
background-color css
<style>
a { background-color: #027683; }
a { background-color: rgb(2,118,131); }
div.DivClassName
{
background-color: #027683;
}
.BgClassName
{
background-color: #027683;
}
</style>
border-color css
<style>
span { border-color: #027683; }
span { border-color: rgb(2,118,131); }
td.TdClassName
{
border-color: #027683;
}
.TagClassName
{
border-color: #027683;
}
</style>