Shades of Teal #127880
Tints of Teal #127880
RGB
CMYK
RGB Variations
Color information
#127880 (or 0x127880) is known color: Teal. HEX triplet: 12, 78 and 80. RGB value is (18,120,128). Sum of RGB (Red+Green+Blue) = 18+120+128=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #127880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127880 is #ED877F. Grayscale: #5A5A5A. Windows color (decimal): -15566720 or 8419346. OLE color: 8419346.
HSL color Cylindrical-coordinate representation of color #127880: hue angle of 184.36º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127880 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 120 | 128 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.50 |
| HSL | 184.36º | 0.75% | 0.29% | - |
| HSV(B) | 184.36º | 0.86% | 0.5% | - |
| XYZ | 10.86 | 15.12 | 22.77 | - |
| YUV | 90.41 | 149.21 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 128 | 0.86 | 0.06 | 0 | 0.50 | 184.36 | 0.75 | 0.29 |
| Hex | 12 | 78 | 80 | 56 | 6 | 0 | 32 | B8 | 4B | 1D |
| Octal | 22 | 170 | 200 | 126 | 6 | 0 | 62 | 270 | 113 | 35 |
| Binary | 10010 | 1111000 | 10000000 | 1010110 | 110 | 0 | 110010 | 10111000 | 1001011 | 11101 |
Color Harmonies of #127880
Complementary color
Monochromatic Colors of #127880
Black with #127880
Text Example
Text Example
White with #127880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127880; }
p { color: rgb(18,120,128); }
H1.HeaderClassName
{
color: #127880;
}
.AnyTagClassName
{
color: #127880;
}
</style>
background-color css
<style>
a { background-color: #127880; }
a { background-color: rgb(18,120,128); }
div.DivClassName
{
background-color: #127880;
}
.BgClassName
{
background-color: #127880;
}
</style>
border-color css
<style>
span { border-color: #127880; }
span { border-color: rgb(18,120,128); }
td.TdClassName
{
border-color: #127880;
}
.TagClassName
{
border-color: #127880;
}
</style>