Shades of Teal #138188
Tints of Teal #138188
RGB
CMYK
RGB Variations
Color information
#138188 (or 0x138188) is known color: Teal. HEX triplet: 13, 81 and 88. RGB value is (19,129,136). Sum of RGB (Red+Green+Blue) = 19+129+136=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #138188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138188 is #EC7E77. Grayscale: #606060. Windows color (decimal): -15498872 or 8945939. OLE color: 8945939.
HSL color Cylindrical-coordinate representation of color #138188: hue angle of 183.59º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138188 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 129 | 136 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.47 |
| HSL | 183.59º | 0.75% | 0.3% | - |
| HSV(B) | 183.59º | 0.86% | 0.53% | - |
| XYZ | 12.56 | 17.62 | 26.03 | - |
| YUV | 96.91 | 150.06 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 136 | 0.86 | 0.05 | 0 | 0.47 | 183.59 | 0.75 | 0.3 |
| Hex | 13 | 81 | 88 | 56 | 5 | 0 | 2F | B8 | 4B | 1E |
| Octal | 23 | 201 | 210 | 126 | 5 | 0 | 57 | 270 | 113 | 36 |
| Binary | 10011 | 10000001 | 10001000 | 1010110 | 101 | 0 | 101111 | 10111000 | 1001011 | 11110 |
Color Harmonies of #138188
Complementary color
Monochromatic Colors of #138188
Black with #138188
Text Example
Text Example
White with #138188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138188; }
p { color: rgb(19,129,136); }
H1.HeaderClassName
{
color: #138188;
}
.AnyTagClassName
{
color: #138188;
}
</style>
background-color css
<style>
a { background-color: #138188; }
a { background-color: rgb(19,129,136); }
div.DivClassName
{
background-color: #138188;
}
.BgClassName
{
background-color: #138188;
}
</style>
border-color css
<style>
span { border-color: #138188; }
span { border-color: rgb(19,129,136); }
td.TdClassName
{
border-color: #138188;
}
.TagClassName
{
border-color: #138188;
}
</style>