Shades of Teal #038783
Tints of Teal #038783
RGB
CMYK
RGB Variations
Color information
#038783 (or 0x038783) is known color: Teal. HEX triplet: 03, 87 and 83. RGB value is (3,135,131). Sum of RGB (Red+Green+Blue) = 3+135+131=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #038783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038783 is #FC787C. Grayscale: #5E5E5E. Windows color (decimal): -16545917 or 8619779. OLE color: 8619779.
HSL color Cylindrical-coordinate representation of color #038783: hue angle of 178.18º 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 #038783 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 135 | 131 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.47 |
| HSL | 178.18º | 0.96% | 0.27% | - |
| HSV(B) | 178.18º | 0.98% | 0.53% | - |
| XYZ | 12.8 | 18.99 | 24.46 | - |
| YUV | 95.08 | 148.27 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 135 | 131 | 0.98 | 0 | 0.03 | 0.47 | 178.18 | 0.96 | 0.27 |
| Hex | 3 | 87 | 83 | 62 | 0 | 3 | 2F | B2 | 60 | 1B |
| Octal | 3 | 207 | 203 | 142 | 0 | 3 | 57 | 262 | 140 | 33 |
| Binary | 11 | 10000111 | 10000011 | 1100010 | 0 | 11 | 101111 | 10110010 | 1100000 | 11011 |
Color Harmonies of #038783
Complementary color
Monochromatic Colors of #038783
Black with #038783
Text Example
Text Example
White with #038783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038783; }
p { color: rgb(3,135,131); }
H1.HeaderClassName
{
color: #038783;
}
.AnyTagClassName
{
color: #038783;
}
</style>
background-color css
<style>
a { background-color: #038783; }
a { background-color: rgb(3,135,131); }
div.DivClassName
{
background-color: #038783;
}
.BgClassName
{
background-color: #038783;
}
</style>
border-color css
<style>
span { border-color: #038783; }
span { border-color: rgb(3,135,131); }
td.TdClassName
{
border-color: #038783;
}
.TagClassName
{
border-color: #038783;
}
</style>