Shades of Teal #127B85
Tints of Teal #127B85
RGB
CMYK
RGB Variations
Color information
#127B85 (or 0x127B85) is known color: Teal. HEX triplet: 12, 7B and 85. RGB value is (18,123,133). Sum of RGB (Red+Green+Blue) = 18+123+133=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #127B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B85 is #ED847A. Grayscale: #5C5C5C. Windows color (decimal): -15565947 or 8747794. OLE color: 8747794.
HSL color Cylindrical-coordinate representation of color #127B85: hue angle of 185.22º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127B85 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 123 | 133 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.48 |
| HSL | 185.22º | 0.76% | 0.3% | - |
| HSV(B) | 185.22º | 0.86% | 0.52% | - |
| XYZ | 11.57 | 15.99 | 24.67 | - |
| YUV | 92.75 | 150.71 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 133 | 0.86 | 0.08 | 0 | 0.48 | 185.22 | 0.76 | 0.3 |
| Hex | 12 | 7B | 85 | 56 | 8 | 0 | 30 | B9 | 4C | 1E |
| Octal | 22 | 173 | 205 | 126 | 10 | 0 | 60 | 271 | 114 | 36 |
| Binary | 10010 | 1111011 | 10000101 | 1010110 | 1000 | 0 | 110000 | 10111001 | 1001100 | 11110 |
Color Harmonies of #127B85
Complementary color
Monochromatic Colors of #127B85
Black with #127B85
Text Example
Text Example
White with #127B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B85; }
p { color: rgb(18,123,133); }
H1.HeaderClassName
{
color: #127B85;
}
.AnyTagClassName
{
color: #127B85;
}
</style>
background-color css
<style>
a { background-color: #127B85; }
a { background-color: rgb(18,123,133); }
div.DivClassName
{
background-color: #127B85;
}
.BgClassName
{
background-color: #127B85;
}
</style>
border-color css
<style>
span { border-color: #127B85; }
span { border-color: rgb(18,123,133); }
td.TdClassName
{
border-color: #127B85;
}
.TagClassName
{
border-color: #127B85;
}
</style>