Shades of Teal #036D89
Tints of Teal #036D89
RGB
CMYK
RGB Variations
Color information
#036D89 (or 0x036D89) is known color: Teal. HEX triplet: 03, 6D and 89. RGB value is (3,109,137). Sum of RGB (Red+Green+Blue) = 3+109+137=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #036D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036D89 is #FC9276. Grayscale: #505050. Windows color (decimal): -16552567 or 9006339. OLE color: 9006339.
HSL color Cylindrical-coordinate representation of color #036D89: hue angle of 192.54º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036D89 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 109 | 137 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.46 |
| HSL | 192.54º | 0.96% | 0.27% | - |
| HSV(B) | 192.54º | 0.98% | 0.54% | - |
| XYZ | 10.02 | 12.76 | 25.6 | - |
| YUV | 80.5 | 159.88 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 137 | 0.98 | 0.20 | 0 | 0.46 | 192.54 | 0.96 | 0.27 |
| Hex | 3 | 6D | 89 | 62 | 14 | 0 | 2E | C1 | 60 | 1B |
| Octal | 3 | 155 | 211 | 142 | 24 | 0 | 56 | 301 | 140 | 33 |
| Binary | 11 | 1101101 | 10001001 | 1100010 | 10100 | 0 | 101110 | 11000001 | 1100000 | 11011 |
Color Harmonies of #036D89
Complementary color
Monochromatic Colors of #036D89
Black with #036D89
Text Example
Text Example
White with #036D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D89; }
p { color: rgb(3,109,137); }
H1.HeaderClassName
{
color: #036D89;
}
.AnyTagClassName
{
color: #036D89;
}
</style>
background-color css
<style>
a { background-color: #036D89; }
a { background-color: rgb(3,109,137); }
div.DivClassName
{
background-color: #036D89;
}
.BgClassName
{
background-color: #036D89;
}
</style>
border-color css
<style>
span { border-color: #036D89; }
span { border-color: rgb(3,109,137); }
td.TdClassName
{
border-color: #036D89;
}
.TagClassName
{
border-color: #036D89;
}
</style>