Shades of Teal #018B7E
Tints of Teal #018B7E
RGB
CMYK
RGB Variations
Color information
#018B7E (or 0x018B7E) is known color: Teal. HEX triplet: 01, 8B and 7E. RGB value is (1,139,126). Sum of RGB (Red+Green+Blue) = 1+139+126=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #018B7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B7E is #FE7481. Grayscale: #606060. Windows color (decimal): -16675970 or 8293121. OLE color: 8293121.
HSL color Cylindrical-coordinate representation of color #018B7E: hue angle of 174.35º 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 #018B7E is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 126 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.45 |
| HSL | 174.35º | 0.99% | 0.27% | - |
| HSV(B) | 174.35º | 0.99% | 0.55% | - |
| XYZ | 13.01 | 19.98 | 22.91 | - |
| YUV | 96.26 | 144.78 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 126 | 0.99 | 0 | 0.09 | 0.45 | 174.35 | 0.99 | 0.27 |
| Hex | 1 | 8B | 7E | 63 | 0 | 9 | 2D | AE | 63 | 1B |
| Octal | 1 | 213 | 176 | 143 | 0 | 11 | 55 | 256 | 143 | 33 |
| Binary | 1 | 10001011 | 1111110 | 1100011 | 0 | 1001 | 101101 | 10101110 | 1100011 | 11011 |
Color Harmonies of #018B7E
Complementary color
Monochromatic Colors of #018B7E
Black with #018B7E
Text Example
Text Example
White with #018B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B7E; }
p { color: rgb(1,139,126); }
H1.HeaderClassName
{
color: #018B7E;
}
.AnyTagClassName
{
color: #018B7E;
}
</style>
background-color css
<style>
a { background-color: #018B7E; }
a { background-color: rgb(1,139,126); }
div.DivClassName
{
background-color: #018B7E;
}
.BgClassName
{
background-color: #018B7E;
}
</style>
border-color css
<style>
span { border-color: #018B7E; }
span { border-color: rgb(1,139,126); }
td.TdClassName
{
border-color: #018B7E;
}
.TagClassName
{
border-color: #018B7E;
}
</style>