Shades of Teal #067385
Tints of Teal #067385
RGB
CMYK
RGB Variations
Color information
#067385 (or 0x067385) is known color: Teal. HEX triplet: 06, 73 and 85. RGB value is (6,115,133). Sum of RGB (Red+Green+Blue) = 6+115+133=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #067385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067385 is #F98C7A. Grayscale: #545454. Windows color (decimal): -16354427 or 8745734. OLE color: 8745734.
HSL color Cylindrical-coordinate representation of color #067385: hue angle of 188.5º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067385 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 115 | 133 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.48 |
| HSL | 188.5º | 0.91% | 0.27% | - |
| HSV(B) | 188.5º | 0.95% | 0.52% | - |
| XYZ | 10.44 | 13.99 | 24.34 | - |
| YUV | 84.46 | 155.39 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 133 | 0.95 | 0.14 | 0 | 0.48 | 188.5 | 0.91 | 0.27 |
| Hex | 6 | 73 | 85 | 5F | E | 0 | 30 | BD | 5B | 1B |
| Octal | 6 | 163 | 205 | 137 | 16 | 0 | 60 | 275 | 133 | 33 |
| Binary | 110 | 1110011 | 10000101 | 1011111 | 1110 | 0 | 110000 | 10111101 | 1011011 | 11011 |
Color Harmonies of #067385
Complementary color
Monochromatic Colors of #067385
Black with #067385
Text Example
Text Example
White with #067385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067385; }
p { color: rgb(6,115,133); }
H1.HeaderClassName
{
color: #067385;
}
.AnyTagClassName
{
color: #067385;
}
</style>
background-color css
<style>
a { background-color: #067385; }
a { background-color: rgb(6,115,133); }
div.DivClassName
{
background-color: #067385;
}
.BgClassName
{
background-color: #067385;
}
</style>
border-color css
<style>
span { border-color: #067385; }
span { border-color: rgb(6,115,133); }
td.TdClassName
{
border-color: #067385;
}
.TagClassName
{
border-color: #067385;
}
</style>