Shades of Teal #038584
Tints of Teal #038584
RGB
CMYK
RGB Variations
Color information
#038584 (or 0x038584) is known color: Teal. HEX triplet: 03, 85 and 84. RGB value is (3,133,132). Sum of RGB (Red+Green+Blue) = 3+133+132=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #038584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038584 is #FC7A7B. Grayscale: #5D5D5D. Windows color (decimal): -16546428 or 8684803. OLE color: 8684803.
HSL color Cylindrical-coordinate representation of color #038584: hue angle of 179.54º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038584 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 133 | 132 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.48 |
| HSL | 179.54º | 0.96% | 0.27% | - |
| HSV(B) | 179.54º | 0.98% | 0.52% | - |
| XYZ | 12.59 | 18.46 | 24.73 | - |
| YUV | 94.02 | 149.43 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 132 | 0.98 | 0 | 0.01 | 0.48 | 179.54 | 0.96 | 0.27 |
| Hex | 3 | 85 | 84 | 62 | 0 | 1 | 30 | B4 | 60 | 1B |
| Octal | 3 | 205 | 204 | 142 | 0 | 1 | 60 | 264 | 140 | 33 |
| Binary | 11 | 10000101 | 10000100 | 1100010 | 0 | 1 | 110000 | 10110100 | 1100000 | 11011 |
Color Harmonies of #038584
Complementary color
Monochromatic Colors of #038584
Black with #038584
Text Example
Text Example
White with #038584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038584; }
p { color: rgb(3,133,132); }
H1.HeaderClassName
{
color: #038584;
}
.AnyTagClassName
{
color: #038584;
}
</style>
background-color css
<style>
a { background-color: #038584; }
a { background-color: rgb(3,133,132); }
div.DivClassName
{
background-color: #038584;
}
.BgClassName
{
background-color: #038584;
}
</style>
border-color css
<style>
span { border-color: #038584; }
span { border-color: rgb(3,133,132); }
td.TdClassName
{
border-color: #038584;
}
.TagClassName
{
border-color: #038584;
}
</style>