Shades of Teal #036D8C
Tints of Teal #036D8C
RGB
CMYK
RGB Variations
Color information
#036D8C (or 0x036D8C) is known color: Teal. HEX triplet: 03, 6D and 8C. RGB value is (3,109,140). Sum of RGB (Red+Green+Blue) = 3+109+140=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #036D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036D8C is #FC9273. Grayscale: #505050. Windows color (decimal): -16552564 or 9202947. OLE color: 9202947.
HSL color Cylindrical-coordinate representation of color #036D8C: hue angle of 193.58º 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 #036D8C is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 109 | 140 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.45 |
| HSL | 193.58º | 0.96% | 0.28% | - |
| HSV(B) | 193.58º | 0.98% | 0.55% | - |
| XYZ | 10.24 | 12.85 | 26.75 | - |
| YUV | 80.84 | 161.38 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 140 | 0.98 | 0.22 | 0 | 0.45 | 193.58 | 0.96 | 0.28 |
| Hex | 3 | 6D | 8C | 62 | 16 | 0 | 2D | C2 | 60 | 1C |
| Octal | 3 | 155 | 214 | 142 | 26 | 0 | 55 | 302 | 140 | 34 |
| Binary | 11 | 1101101 | 10001100 | 1100010 | 10110 | 0 | 101101 | 11000010 | 1100000 | 11100 |
Color Harmonies of #036D8C
Complementary color
Monochromatic Colors of #036D8C
Black with #036D8C
Text Example
Text Example
White with #036D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D8C; }
p { color: rgb(3,109,140); }
H1.HeaderClassName
{
color: #036D8C;
}
.AnyTagClassName
{
color: #036D8C;
}
</style>
background-color css
<style>
a { background-color: #036D8C; }
a { background-color: rgb(3,109,140); }
div.DivClassName
{
background-color: #036D8C;
}
.BgClassName
{
background-color: #036D8C;
}
</style>
border-color css
<style>
span { border-color: #036D8C; }
span { border-color: rgb(3,109,140); }
td.TdClassName
{
border-color: #036D8C;
}
.TagClassName
{
border-color: #036D8C;
}
</style>