Shades of Teal #03827B
Tints of Teal #03827B
RGB
CMYK
RGB Variations
Color information
#03827B (or 0x03827B) is known color: Teal. HEX triplet: 03, 82 and 7B. RGB value is (3,130,123). Sum of RGB (Red+Green+Blue) = 3+130+123=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #03827B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03827B is #FC7D84. Grayscale: #5B5B5B. Windows color (decimal): -16547205 or 8094211. OLE color: 8094211.
HSL color Cylindrical-coordinate representation of color #03827B: hue angle of 176.69º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03827B is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 123 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.49 |
| HSL | 176.69º | 0.95% | 0.26% | - |
| HSV(B) | 176.69º | 0.98% | 0.51% | - |
| XYZ | 11.6 | 17.41 | 21.49 | - |
| YUV | 91.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 123 | 0.98 | 0 | 0.05 | 0.49 | 176.69 | 0.95 | 0.26 |
| Hex | 3 | 82 | 7B | 62 | 0 | 5 | 31 | B1 | 5F | 1A |
| Octal | 3 | 202 | 173 | 142 | 0 | 5 | 61 | 261 | 137 | 32 |
| Binary | 11 | 10000010 | 1111011 | 1100010 | 0 | 101 | 110001 | 10110001 | 1011111 | 11010 |
Color Harmonies of #03827B
Complementary color
Monochromatic Colors of #03827B
Black with #03827B
Text Example
Text Example
White with #03827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03827B; }
p { color: rgb(3,130,123); }
H1.HeaderClassName
{
color: #03827B;
}
.AnyTagClassName
{
color: #03827B;
}
</style>
background-color css
<style>
a { background-color: #03827B; }
a { background-color: rgb(3,130,123); }
div.DivClassName
{
background-color: #03827B;
}
.BgClassName
{
background-color: #03827B;
}
</style>
border-color css
<style>
span { border-color: #03827B; }
span { border-color: rgb(3,130,123); }
td.TdClassName
{
border-color: #03827B;
}
.TagClassName
{
border-color: #03827B;
}
</style>