Shades of Teal #036D88
Tints of Teal #036D88
RGB
CMYK
RGB Variations
Color information
#036D88 (or 0x036D88) is known color: Teal. HEX triplet: 03, 6D and 88. RGB value is (3,109,136). Sum of RGB (Red+Green+Blue) = 3+109+136=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #036D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036D88 is #FC9277. Grayscale: #505050. Windows color (decimal): -16552568 or 8940803. OLE color: 8940803.
HSL color Cylindrical-coordinate representation of color #036D88: hue angle of 192.18º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036D88 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 109 | 136 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.47 |
| HSL | 192.18º | 0.96% | 0.27% | - |
| HSV(B) | 192.18º | 0.98% | 0.53% | - |
| XYZ | 9.95 | 12.73 | 25.23 | - |
| YUV | 80.38 | 159.38 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 136 | 0.98 | 0.20 | 0 | 0.47 | 192.18 | 0.96 | 0.27 |
| Hex | 3 | 6D | 88 | 62 | 14 | 0 | 2F | C0 | 60 | 1B |
| Octal | 3 | 155 | 210 | 142 | 24 | 0 | 57 | 300 | 140 | 33 |
| Binary | 11 | 1101101 | 10001000 | 1100010 | 10100 | 0 | 101111 | 11000000 | 1100000 | 11011 |
Color Harmonies of #036D88
Complementary color
Monochromatic Colors of #036D88
Black with #036D88
Text Example
Text Example
White with #036D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D88; }
p { color: rgb(3,109,136); }
H1.HeaderClassName
{
color: #036D88;
}
.AnyTagClassName
{
color: #036D88;
}
</style>
background-color css
<style>
a { background-color: #036D88; }
a { background-color: rgb(3,109,136); }
div.DivClassName
{
background-color: #036D88;
}
.BgClassName
{
background-color: #036D88;
}
</style>
border-color css
<style>
span { border-color: #036D88; }
span { border-color: rgb(3,109,136); }
td.TdClassName
{
border-color: #036D88;
}
.TagClassName
{
border-color: #036D88;
}
</style>