Shades of Teal #038585
Tints of Teal #038585
RGB
CMYK
RGB Variations
Color information
#038585 (or 0x038585) is known color: Teal. HEX triplet: 03, 85 and 85. RGB value is (3,133,133). Sum of RGB (Red+Green+Blue) = 3+133+133=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #038585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038585 is #FC7A7A. Grayscale: #5E5E5E. Windows color (decimal): -16546427 or 8750339. OLE color: 8750339.
HSL color Cylindrical-coordinate representation of color #038585: hue angle of 180º 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 #038585 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 133 | 133 | - |
| CMYK | 0.98 | 0 | 0 | 0.48 |
| HSL | 180º | 0.96% | 0.27% | - |
| HSV(B) | 180º | 0.98% | 0.52% | - |
| XYZ | 12.66 | 18.49 | 25.09 | - |
| YUV | 94.13 | 149.93 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 133 | 0.98 | 0 | 0 | 0.48 | 180 | 0.96 | 0.27 |
| Hex | 3 | 85 | 85 | 62 | 0 | 0 | 30 | B4 | 60 | 1B |
| Octal | 3 | 205 | 205 | 142 | 0 | 0 | 60 | 264 | 140 | 33 |
| Binary | 11 | 10000101 | 10000101 | 1100010 | 0 | 0 | 110000 | 10110100 | 1100000 | 11011 |
Color Harmonies of #038585
Complementary color
Monochromatic Colors of #038585
Black with #038585
Text Example
Text Example
White with #038585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038585; }
p { color: rgb(3,133,133); }
H1.HeaderClassName
{
color: #038585;
}
.AnyTagClassName
{
color: #038585;
}
</style>
background-color css
<style>
a { background-color: #038585; }
a { background-color: rgb(3,133,133); }
div.DivClassName
{
background-color: #038585;
}
.BgClassName
{
background-color: #038585;
}
</style>
border-color css
<style>
span { border-color: #038585; }
span { border-color: rgb(3,133,133); }
td.TdClassName
{
border-color: #038585;
}
.TagClassName
{
border-color: #038585;
}
</style>