Shades of Teal #018B7D
Tints of Teal #018B7D
RGB
CMYK
RGB Variations
Color information
#018B7D (or 0x018B7D) is known color: Teal. HEX triplet: 01, 8B and 7D. RGB value is (1,139,125). Sum of RGB (Red+Green+Blue) = 1+139+125=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #018B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B7D is #FE7482. Grayscale: #606060. Windows color (decimal): -16675971 or 8227585. OLE color: 8227585.
HSL color Cylindrical-coordinate representation of color #018B7D: hue angle of 173.91º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B7D is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 125 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.45 |
| HSL | 173.91º | 0.99% | 0.27% | - |
| HSV(B) | 173.91º | 0.99% | 0.55% | - |
| XYZ | 12.95 | 19.95 | 22.57 | - |
| YUV | 96.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 125 | 0.99 | 0 | 0.10 | 0.45 | 173.91 | 0.99 | 0.27 |
| Hex | 1 | 8B | 7D | 63 | 0 | A | 2D | AE | 63 | 1B |
| Octal | 1 | 213 | 175 | 143 | 0 | 12 | 55 | 256 | 143 | 33 |
| Binary | 1 | 10001011 | 1111101 | 1100011 | 0 | 1010 | 101101 | 10101110 | 1100011 | 11011 |
Color Harmonies of #018B7D
Complementary color
Monochromatic Colors of #018B7D
Black with #018B7D
Text Example
Text Example
White with #018B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B7D; }
p { color: rgb(1,139,125); }
H1.HeaderClassName
{
color: #018B7D;
}
.AnyTagClassName
{
color: #018B7D;
}
</style>
background-color css
<style>
a { background-color: #018B7D; }
a { background-color: rgb(1,139,125); }
div.DivClassName
{
background-color: #018B7D;
}
.BgClassName
{
background-color: #018B7D;
}
</style>
border-color css
<style>
span { border-color: #018B7D; }
span { border-color: rgb(1,139,125); }
td.TdClassName
{
border-color: #018B7D;
}
.TagClassName
{
border-color: #018B7D;
}
</style>