Shades of Teal #036C8B
Tints of Teal #036C8B
RGB
CMYK
RGB Variations
Color information
#036C8B (or 0x036C8B) is known color: Teal. HEX triplet: 03, 6C and 8B. RGB value is (3,108,139). Sum of RGB (Red+Green+Blue) = 3+108+139=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #036C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036C8B is #FC9374. Grayscale: #4F4F4F. Windows color (decimal): -16552821 or 9137155. OLE color: 9137155.
HSL color Cylindrical-coordinate representation of color #036C8B: hue angle of 193.68º 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 #036C8B is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 108 | 139 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.45 |
| HSL | 193.68º | 0.96% | 0.28% | - |
| HSV(B) | 193.68º | 0.98% | 0.55% | - |
| XYZ | 10.06 | 12.61 | 26.33 | - |
| YUV | 80.14 | 161.21 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 139 | 0.98 | 0.22 | 0 | 0.45 | 193.68 | 0.96 | 0.28 |
| Hex | 3 | 6C | 8B | 62 | 16 | 0 | 2D | C2 | 60 | 1C |
| Octal | 3 | 154 | 213 | 142 | 26 | 0 | 55 | 302 | 140 | 34 |
| Binary | 11 | 1101100 | 10001011 | 1100010 | 10110 | 0 | 101101 | 11000010 | 1100000 | 11100 |
Color Harmonies of #036C8B
Complementary color
Monochromatic Colors of #036C8B
Black with #036C8B
Text Example
Text Example
White with #036C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C8B; }
p { color: rgb(3,108,139); }
H1.HeaderClassName
{
color: #036C8B;
}
.AnyTagClassName
{
color: #036C8B;
}
</style>
background-color css
<style>
a { background-color: #036C8B; }
a { background-color: rgb(3,108,139); }
div.DivClassName
{
background-color: #036C8B;
}
.BgClassName
{
background-color: #036C8B;
}
</style>
border-color css
<style>
span { border-color: #036C8B; }
span { border-color: rgb(3,108,139); }
td.TdClassName
{
border-color: #036C8B;
}
.TagClassName
{
border-color: #036C8B;
}
</style>