Shades of Teal #05738D
Tints of Teal #05738D
RGB
CMYK
RGB Variations
Color information
#05738D (or 0x05738D) is known color: Teal. HEX triplet: 05, 73 and 8D. RGB value is (5,115,141). Sum of RGB (Red+Green+Blue) = 5+115+141=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #05738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05738D is #FA8C72. Grayscale: #545454. Windows color (decimal): -16419955 or 9270021. OLE color: 9270021.
HSL color Cylindrical-coordinate representation of color #05738D: hue angle of 191.47º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05738D is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 115 | 141 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.45 |
| HSL | 191.47º | 0.93% | 0.29% | - |
| HSV(B) | 191.47º | 0.96% | 0.55% | - |
| XYZ | 11 | 14.22 | 27.36 | - |
| YUV | 85.07 | 159.56 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 141 | 0.96 | 0.18 | 0 | 0.45 | 191.47 | 0.93 | 0.29 |
| Hex | 5 | 73 | 8D | 60 | 12 | 0 | 2D | BF | 5D | 1D |
| Octal | 5 | 163 | 215 | 140 | 22 | 0 | 55 | 277 | 135 | 35 |
| Binary | 101 | 1110011 | 10001101 | 1100000 | 10010 | 0 | 101101 | 10111111 | 1011101 | 11101 |
Color Harmonies of #05738D
Complementary color
Monochromatic Colors of #05738D
Black with #05738D
Text Example
Text Example
White with #05738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05738D; }
p { color: rgb(5,115,141); }
H1.HeaderClassName
{
color: #05738D;
}
.AnyTagClassName
{
color: #05738D;
}
</style>
background-color css
<style>
a { background-color: #05738D; }
a { background-color: rgb(5,115,141); }
div.DivClassName
{
background-color: #05738D;
}
.BgClassName
{
background-color: #05738D;
}
</style>
border-color css
<style>
span { border-color: #05738D; }
span { border-color: rgb(5,115,141); }
td.TdClassName
{
border-color: #05738D;
}
.TagClassName
{
border-color: #05738D;
}
</style>