Shades of Teal #05748B
Tints of Teal #05748B
RGB
CMYK
RGB Variations
Color information
#05748B (or 0x05748B) is known color: Teal. HEX triplet: 05, 74 and 8B. RGB value is (5,116,139). Sum of RGB (Red+Green+Blue) = 5+116+139=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #05748B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05748B is #FA8B74. Grayscale: #555555. Windows color (decimal): -16419701 or 9139205. OLE color: 9139205.
HSL color Cylindrical-coordinate representation of color #05748B: hue angle of 190.3º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05748B is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 116 | 139 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.45 |
| HSL | 190.3º | 0.93% | 0.28% | - |
| HSV(B) | 190.3º | 0.96% | 0.55% | - |
| XYZ | 10.97 | 14.39 | 26.63 | - |
| YUV | 85.43 | 158.23 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 139 | 0.96 | 0.17 | 0 | 0.45 | 190.3 | 0.93 | 0.28 |
| Hex | 5 | 74 | 8B | 60 | 11 | 0 | 2D | BE | 5D | 1C |
| Octal | 5 | 164 | 213 | 140 | 21 | 0 | 55 | 276 | 135 | 34 |
| Binary | 101 | 1110100 | 10001011 | 1100000 | 10001 | 0 | 101101 | 10111110 | 1011101 | 11100 |
Color Harmonies of #05748B
Complementary color
Monochromatic Colors of #05748B
Black with #05748B
Text Example
Text Example
White with #05748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05748B; }
p { color: rgb(5,116,139); }
H1.HeaderClassName
{
color: #05748B;
}
.AnyTagClassName
{
color: #05748B;
}
</style>
background-color css
<style>
a { background-color: #05748B; }
a { background-color: rgb(5,116,139); }
div.DivClassName
{
background-color: #05748B;
}
.BgClassName
{
background-color: #05748B;
}
</style>
border-color css
<style>
span { border-color: #05748B; }
span { border-color: rgb(5,116,139); }
td.TdClassName
{
border-color: #05748B;
}
.TagClassName
{
border-color: #05748B;
}
</style>