Shades of Teal #06738A
Tints of Teal #06738A
RGB
CMYK
RGB Variations
Color information
#06738A (or 0x06738A) is known color: Teal. HEX triplet: 06, 73 and 8A. RGB value is (6,115,138). Sum of RGB (Red+Green+Blue) = 6+115+138=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #06738A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06738A is #F98C75. Grayscale: #545454. Windows color (decimal): -16354422 or 9073414. OLE color: 9073414.
HSL color Cylindrical-coordinate representation of color #06738A: hue angle of 190.45º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06738A is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 115 | 138 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.46 |
| HSL | 190.45º | 0.92% | 0.28% | - |
| HSV(B) | 190.45º | 0.96% | 0.54% | - |
| XYZ | 10.79 | 14.14 | 26.2 | - |
| YUV | 85.03 | 157.89 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 138 | 0.96 | 0.17 | 0 | 0.46 | 190.45 | 0.92 | 0.28 |
| Hex | 6 | 73 | 8A | 60 | 11 | 0 | 2E | BE | 5C | 1C |
| Octal | 6 | 163 | 212 | 140 | 21 | 0 | 56 | 276 | 134 | 34 |
| Binary | 110 | 1110011 | 10001010 | 1100000 | 10001 | 0 | 101110 | 10111110 | 1011100 | 11100 |
Color Harmonies of #06738A
Complementary color
Monochromatic Colors of #06738A
Black with #06738A
Text Example
Text Example
White with #06738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06738A; }
p { color: rgb(6,115,138); }
H1.HeaderClassName
{
color: #06738A;
}
.AnyTagClassName
{
color: #06738A;
}
</style>
background-color css
<style>
a { background-color: #06738A; }
a { background-color: rgb(6,115,138); }
div.DivClassName
{
background-color: #06738A;
}
.BgClassName
{
background-color: #06738A;
}
</style>
border-color css
<style>
span { border-color: #06738A; }
span { border-color: rgb(6,115,138); }
td.TdClassName
{
border-color: #06738A;
}
.TagClassName
{
border-color: #06738A;
}
</style>