Shades of Deep Teal #063F36
Tints of Deep Teal #063F36
RGB
CMYK
RGB Variations
Color information
#063F36 (or 0x063F36) is known color: Deep Teal. HEX triplet: 06, 3F and 36. RGB value is (6,63,54). Sum of RGB (Red+Green+Blue) = 6+63+54=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #063F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F36 is #F9C0C9. Grayscale: #2C2C2C. Windows color (decimal): -16367818 or 3555078. OLE color: 3555078.
HSL color Cylindrical-coordinate representation of color #063F36: hue angle of 170.53º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063F36 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 63 | 54 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.75 |
| HSL | 170.53º | 0.83% | 0.14% | - |
| HSV(B) | 170.53º | 0.9% | 0.25% | - |
| XYZ | 2.52 | 3.86 | 4.1 | - |
| YUV | 44.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 54 | 0.90 | 0 | 0.14 | 0.75 | 170.53 | 0.83 | 0.14 |
| Hex | 6 | 3F | 36 | 5A | 0 | E | 4B | AB | 53 | E |
| Octal | 6 | 77 | 66 | 132 | 0 | 16 | 113 | 253 | 123 | 16 |
| Binary | 110 | 111111 | 110110 | 1011010 | 0 | 1110 | 1001011 | 10101011 | 1010011 | 1110 |
Color Harmonies of #063F36
Complementary color
Monochromatic Colors of #063F36
Black with #063F36
Text Example
Text Example
White with #063F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F36; }
p { color: rgb(6,63,54); }
H1.HeaderClassName
{
color: #063F36;
}
.AnyTagClassName
{
color: #063F36;
}
</style>
background-color css
<style>
a { background-color: #063F36; }
a { background-color: rgb(6,63,54); }
div.DivClassName
{
background-color: #063F36;
}
.BgClassName
{
background-color: #063F36;
}
</style>
border-color css
<style>
span { border-color: #063F36; }
span { border-color: rgb(6,63,54); }
td.TdClassName
{
border-color: #063F36;
}
.TagClassName
{
border-color: #063F36;
}
</style>