Shades of Teal #05748A
Tints of Teal #05748A
RGB
CMYK
RGB Variations
Color information
#05748A (or 0x05748A) is known color: Teal. HEX triplet: 05, 74 and 8A. RGB value is (5,116,138). Sum of RGB (Red+Green+Blue) = 5+116+138=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #05748A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05748A is #FA8B75. Grayscale: #555555. Windows color (decimal): -16419702 or 9073669. OLE color: 9073669.
HSL color Cylindrical-coordinate representation of color #05748A: hue angle of 189.92º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05748A is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 116 | 138 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.46 |
| HSL | 189.92º | 0.93% | 0.28% | - |
| HSV(B) | 189.92º | 0.96% | 0.54% | - |
| XYZ | 10.9 | 14.36 | 26.24 | - |
| YUV | 85.32 | 157.73 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 138 | 0.96 | 0.16 | 0 | 0.46 | 189.92 | 0.93 | 0.28 |
| Hex | 5 | 74 | 8A | 60 | 10 | 0 | 2E | BE | 5D | 1C |
| Octal | 5 | 164 | 212 | 140 | 20 | 0 | 56 | 276 | 135 | 34 |
| Binary | 101 | 1110100 | 10001010 | 1100000 | 10000 | 0 | 101110 | 10111110 | 1011101 | 11100 |
Color Harmonies of #05748A
Complementary color
Monochromatic Colors of #05748A
Black with #05748A
Text Example
Text Example
White with #05748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05748A; }
p { color: rgb(5,116,138); }
H1.HeaderClassName
{
color: #05748A;
}
.AnyTagClassName
{
color: #05748A;
}
</style>
background-color css
<style>
a { background-color: #05748A; }
a { background-color: rgb(5,116,138); }
div.DivClassName
{
background-color: #05748A;
}
.BgClassName
{
background-color: #05748A;
}
</style>
border-color css
<style>
span { border-color: #05748A; }
span { border-color: rgb(5,116,138); }
td.TdClassName
{
border-color: #05748A;
}
.TagClassName
{
border-color: #05748A;
}
</style>