Shades of Teal #036F8D
Tints of Teal #036F8D
RGB
CMYK
RGB Variations
Color information
#036F8D (or 0x036F8D) is known color: Teal. HEX triplet: 03, 6F and 8D. RGB value is (3,111,141). Sum of RGB (Red+Green+Blue) = 3+111+141=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #036F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036F8D is #FC9072. Grayscale: #515151. Windows color (decimal): -16552051 or 9268995. OLE color: 9268995.
HSL color Cylindrical-coordinate representation of color #036F8D: hue angle of 193.04º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036F8D is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 111 | 141 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.45 |
| HSL | 193.04º | 0.96% | 0.28% | - |
| HSV(B) | 193.04º | 0.98% | 0.55% | - |
| XYZ | 10.53 | 13.31 | 27.21 | - |
| YUV | 82.13 | 161.22 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 141 | 0.98 | 0.21 | 0 | 0.45 | 193.04 | 0.96 | 0.28 |
| Hex | 3 | 6F | 8D | 62 | 15 | 0 | 2D | C1 | 60 | 1C |
| Octal | 3 | 157 | 215 | 142 | 25 | 0 | 55 | 301 | 140 | 34 |
| Binary | 11 | 1101111 | 10001101 | 1100010 | 10101 | 0 | 101101 | 11000001 | 1100000 | 11100 |
Color Harmonies of #036F8D
Complementary color
Monochromatic Colors of #036F8D
Black with #036F8D
Text Example
Text Example
White with #036F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036F8D; }
p { color: rgb(3,111,141); }
H1.HeaderClassName
{
color: #036F8D;
}
.AnyTagClassName
{
color: #036F8D;
}
</style>
background-color css
<style>
a { background-color: #036F8D; }
a { background-color: rgb(3,111,141); }
div.DivClassName
{
background-color: #036F8D;
}
.BgClassName
{
background-color: #036F8D;
}
</style>
border-color css
<style>
span { border-color: #036F8D; }
span { border-color: rgb(3,111,141); }
td.TdClassName
{
border-color: #036F8D;
}
.TagClassName
{
border-color: #036F8D;
}
</style>