Shades of Teal #038881
Tints of Teal #038881
RGB
CMYK
RGB Variations
Color information
#038881 (or 0x038881) is known color: Teal. HEX triplet: 03, 88 and 81. RGB value is (3,136,129). Sum of RGB (Red+Green+Blue) = 3+136+129=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #038881 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038881 is #FC777E. Grayscale: #5F5F5F. Windows color (decimal): -16545663 or 8488963. OLE color: 8488963.
HSL color Cylindrical-coordinate representation of color #038881: hue angle of 176.84º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038881 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 136 | 129 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.47 |
| HSL | 176.84º | 0.96% | 0.27% | - |
| HSV(B) | 176.84º | 0.98% | 0.53% | - |
| XYZ | 12.8 | 19.21 | 23.8 | - |
| YUV | 95.44 | 146.94 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 129 | 0.98 | 0 | 0.05 | 0.47 | 176.84 | 0.96 | 0.27 |
| Hex | 3 | 88 | 81 | 62 | 0 | 5 | 2F | B1 | 60 | 1B |
| Octal | 3 | 210 | 201 | 142 | 0 | 5 | 57 | 261 | 140 | 33 |
| Binary | 11 | 10001000 | 10000001 | 1100010 | 0 | 101 | 101111 | 10110001 | 1100000 | 11011 |
Color Harmonies of #038881
Complementary color
Monochromatic Colors of #038881
Black with #038881
Text Example
Text Example
White with #038881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038881; }
p { color: rgb(3,136,129); }
H1.HeaderClassName
{
color: #038881;
}
.AnyTagClassName
{
color: #038881;
}
</style>
background-color css
<style>
a { background-color: #038881; }
a { background-color: rgb(3,136,129); }
div.DivClassName
{
background-color: #038881;
}
.BgClassName
{
background-color: #038881;
}
</style>
border-color css
<style>
span { border-color: #038881; }
span { border-color: rgb(3,136,129); }
td.TdClassName
{
border-color: #038881;
}
.TagClassName
{
border-color: #038881;
}
</style>