Shades of Deep Teal #063F35
Tints of Deep Teal #063F35
RGB
CMYK
RGB Variations
Color information
#063F35 (or 0x063F35) is known color: Deep Teal. HEX triplet: 06, 3F and 35. RGB value is (6,63,53). Sum of RGB (Red+Green+Blue) = 6+63+53=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 63 (25% from 255 or 51.64% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 63 - color contains mainly: green. Hex color #063F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F35 is #F9C0CA. Grayscale: #2C2C2C. Windows color (decimal): -16367819 or 3489542. OLE color: 3489542.
HSL color Cylindrical-coordinate representation of color #063F35: hue angle of 169.47º 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 #063F35 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 63 | 53 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.75 |
| HSL | 169.47º | 0.83% | 0.14% | - |
| HSV(B) | 169.47º | 0.9% | 0.25% | - |
| XYZ | 2.5 | 3.85 | 3.98 | - |
| YUV | 44.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 53 | 0.90 | 0 | 0.16 | 0.75 | 169.47 | 0.83 | 0.14 |
| Hex | 6 | 3F | 35 | 5A | 0 | 10 | 4B | A9 | 53 | E |
| Octal | 6 | 77 | 65 | 132 | 0 | 20 | 113 | 251 | 123 | 16 |
| Binary | 110 | 111111 | 110101 | 1011010 | 0 | 10000 | 1001011 | 10101001 | 1010011 | 1110 |
Color Harmonies of #063F35
Complementary color
Monochromatic Colors of #063F35
Black with #063F35
Text Example
Text Example
White with #063F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F35; }
p { color: rgb(6,63,53); }
H1.HeaderClassName
{
color: #063F35;
}
.AnyTagClassName
{
color: #063F35;
}
</style>
background-color css
<style>
a { background-color: #063F35; }
a { background-color: rgb(6,63,53); }
div.DivClassName
{
background-color: #063F35;
}
.BgClassName
{
background-color: #063F35;
}
</style>
border-color css
<style>
span { border-color: #063F35; }
span { border-color: rgb(6,63,53); }
td.TdClassName
{
border-color: #063F35;
}
.TagClassName
{
border-color: #063F35;
}
</style>