Shades of Teal #03897D
Tints of Teal #03897D
RGB
CMYK
RGB Variations
Color information
#03897D (or 0x03897D) is known color: Teal. HEX triplet: 03, 89 and 7D. RGB value is (3,137,125). Sum of RGB (Red+Green+Blue) = 3+137+125=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #03897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03897D is #FC7682. Grayscale: #5F5F5F. Windows color (decimal): -16545411 or 8227075. OLE color: 8227075.
HSL color Cylindrical-coordinate representation of color #03897D: hue angle of 174.63º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03897D is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 137 | 125 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.46 |
| HSL | 174.63º | 0.96% | 0.27% | - |
| HSV(B) | 174.63º | 0.98% | 0.54% | - |
| XYZ | 12.68 | 19.39 | 22.48 | - |
| YUV | 95.57 | 144.61 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 137 | 125 | 0.98 | 0 | 0.09 | 0.46 | 174.63 | 0.96 | 0.27 |
| Hex | 3 | 89 | 7D | 62 | 0 | 9 | 2E | AF | 60 | 1B |
| Octal | 3 | 211 | 175 | 142 | 0 | 11 | 56 | 257 | 140 | 33 |
| Binary | 11 | 10001001 | 1111101 | 1100010 | 0 | 1001 | 101110 | 10101111 | 1100000 | 11011 |
Color Harmonies of #03897D
Complementary color
Monochromatic Colors of #03897D
Black with #03897D
Text Example
Text Example
White with #03897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03897D; }
p { color: rgb(3,137,125); }
H1.HeaderClassName
{
color: #03897D;
}
.AnyTagClassName
{
color: #03897D;
}
</style>
background-color css
<style>
a { background-color: #03897D; }
a { background-color: rgb(3,137,125); }
div.DivClassName
{
background-color: #03897D;
}
.BgClassName
{
background-color: #03897D;
}
</style>
border-color css
<style>
span { border-color: #03897D; }
span { border-color: rgb(3,137,125); }
td.TdClassName
{
border-color: #03897D;
}
.TagClassName
{
border-color: #03897D;
}
</style>