Shades of Teal #05817D
Tints of Teal #05817D
RGB
CMYK
RGB Variations
Color information
#05817D (or 0x05817D) is known color: Teal. HEX triplet: 05, 81 and 7D. RGB value is (5,129,125). Sum of RGB (Red+Green+Blue) = 5+129+125=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #05817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05817D is #FA7E82. Grayscale: #5B5B5B. Windows color (decimal): -16416387 or 8225029. OLE color: 8225029.
HSL color Cylindrical-coordinate representation of color #05817D: hue angle of 178.06º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05817D is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 129 | 125 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.49 |
| HSL | 178.06º | 0.93% | 0.26% | - |
| HSV(B) | 178.06º | 0.96% | 0.51% | - |
| XYZ | 11.61 | 17.21 | 22.11 | - |
| YUV | 91.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 125 | 0.96 | 0 | 0.03 | 0.49 | 178.06 | 0.93 | 0.26 |
| Hex | 5 | 81 | 7D | 60 | 0 | 3 | 31 | B2 | 5D | 1A |
| Octal | 5 | 201 | 175 | 140 | 0 | 3 | 61 | 262 | 135 | 32 |
| Binary | 101 | 10000001 | 1111101 | 1100000 | 0 | 11 | 110001 | 10110010 | 1011101 | 11010 |
Color Harmonies of #05817D
Complementary color
Monochromatic Colors of #05817D
Black with #05817D
Text Example
Text Example
White with #05817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05817D; }
p { color: rgb(5,129,125); }
H1.HeaderClassName
{
color: #05817D;
}
.AnyTagClassName
{
color: #05817D;
}
</style>
background-color css
<style>
a { background-color: #05817D; }
a { background-color: rgb(5,129,125); }
div.DivClassName
{
background-color: #05817D;
}
.BgClassName
{
background-color: #05817D;
}
</style>
border-color css
<style>
span { border-color: #05817D; }
span { border-color: rgb(5,129,125); }
td.TdClassName
{
border-color: #05817D;
}
.TagClassName
{
border-color: #05817D;
}
</style>