Shades of Deep Teal #06453A
Tints of Deep Teal #06453A
RGB
CMYK
RGB Variations
Color information
#06453A (or 0x06453A) is known color: Deep Teal. HEX triplet: 06, 45 and 3A. RGB value is (6,69,58). Sum of RGB (Red+Green+Blue) = 6+69+58=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #06453A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06453A is #F9BAC5. Grayscale: #303030. Windows color (decimal): -16366278 or 3818758. OLE color: 3818758.
HSL color Cylindrical-coordinate representation of color #06453A: hue angle of 169.52º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06453A is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 69 | 58 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.73 |
| HSL | 169.52º | 0.84% | 0.15% | - |
| HSV(B) | 169.52º | 0.91% | 0.27% | - |
| XYZ | 2.97 | 4.6 | 4.73 | - |
| YUV | 48.91 | 133.13 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 58 | 0.91 | 0 | 0.16 | 0.73 | 169.52 | 0.84 | 0.15 |
| Hex | 6 | 45 | 3A | 5B | 0 | 10 | 49 | AA | 54 | F |
| Octal | 6 | 105 | 72 | 133 | 0 | 20 | 111 | 252 | 124 | 17 |
| Binary | 110 | 1000101 | 111010 | 1011011 | 0 | 10000 | 1001001 | 10101010 | 1010100 | 1111 |
Color Harmonies of #06453A
Complementary color
Monochromatic Colors of #06453A
Black with #06453A
Text Example
Text Example
White with #06453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06453A; }
p { color: rgb(6,69,58); }
H1.HeaderClassName
{
color: #06453A;
}
.AnyTagClassName
{
color: #06453A;
}
</style>
background-color css
<style>
a { background-color: #06453A; }
a { background-color: rgb(6,69,58); }
div.DivClassName
{
background-color: #06453A;
}
.BgClassName
{
background-color: #06453A;
}
</style>
border-color css
<style>
span { border-color: #06453A; }
span { border-color: rgb(6,69,58); }
td.TdClassName
{
border-color: #06453A;
}
.TagClassName
{
border-color: #06453A;
}
</style>