Shades of Deep Teal #065541
Tints of Deep Teal #065541
RGB
CMYK
RGB Variations
Color information
#065541 (or 0x065541) is known color: Deep Teal. HEX triplet: 06, 55 and 41. RGB value is (6,85,65). Sum of RGB (Red+Green+Blue) = 6+85+65=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #065541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065541 is #F9AABE. Grayscale: #3B3B3B. Windows color (decimal): -16362175 or 4281606. OLE color: 4281606.
HSL color Cylindrical-coordinate representation of color #065541: hue angle of 164.81º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065541 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 85 | 65 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.67 |
| HSL | 164.81º | 0.87% | 0.18% | - |
| HSV(B) | 164.81º | 0.93% | 0.33% | - |
| XYZ | 4.28 | 6.92 | 6.11 | - |
| YUV | 59.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 65 | 0.93 | 0 | 0.24 | 0.67 | 164.81 | 0.87 | 0.18 |
| Hex | 6 | 55 | 41 | 5D | 0 | 18 | 43 | A5 | 57 | 12 |
| Octal | 6 | 125 | 101 | 135 | 0 | 30 | 103 | 245 | 127 | 22 |
| Binary | 110 | 1010101 | 1000001 | 1011101 | 0 | 11000 | 1000011 | 10100101 | 1010111 | 10010 |
Color Harmonies of #065541
Complementary color
Monochromatic Colors of #065541
Black with #065541
Text Example
Text Example
White with #065541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065541; }
p { color: rgb(6,85,65); }
H1.HeaderClassName
{
color: #065541;
}
.AnyTagClassName
{
color: #065541;
}
</style>
background-color css
<style>
a { background-color: #065541; }
a { background-color: rgb(6,85,65); }
div.DivClassName
{
background-color: #065541;
}
.BgClassName
{
background-color: #065541;
}
</style>
border-color css
<style>
span { border-color: #065541; }
span { border-color: rgb(6,85,65); }
td.TdClassName
{
border-color: #065541;
}
.TagClassName
{
border-color: #065541;
}
</style>