Shades of Teal #178384
Tints of Teal #178384
RGB
CMYK
RGB Variations
Color information
#178384 (or 0x178384) is known color: Teal. HEX triplet: 17, 83 and 84. RGB value is (23,131,132). Sum of RGB (Red+Green+Blue) = 23+131+132=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #178384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178384 is #E87C7B. Grayscale: #626262. Windows color (decimal): -15236220 or 8684311. OLE color: 8684311.
HSL color Cylindrical-coordinate representation of color #178384: hue angle of 180.55º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #178384 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 131 | 132 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.48 |
| HSL | 180.55º | 0.7% | 0.3% | - |
| HSV(B) | 180.55º | 0.83% | 0.52% | - |
| XYZ | 12.63 | 18.08 | 24.65 | - |
| YUV | 98.82 | 146.72 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 131 | 132 | 0.83 | 0.01 | 0 | 0.48 | 180.55 | 0.7 | 0.3 |
| Hex | 17 | 83 | 84 | 53 | 1 | 0 | 30 | B5 | 46 | 1E |
| Octal | 27 | 203 | 204 | 123 | 1 | 0 | 60 | 265 | 106 | 36 |
| Binary | 10111 | 10000011 | 10000100 | 1010011 | 1 | 0 | 110000 | 10110101 | 1000110 | 11110 |
Color Harmonies of #178384
Complementary color
Monochromatic Colors of #178384
Black with #178384
Text Example
Text Example
White with #178384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178384; }
p { color: rgb(23,131,132); }
H1.HeaderClassName
{
color: #178384;
}
.AnyTagClassName
{
color: #178384;
}
</style>
background-color css
<style>
a { background-color: #178384; }
a { background-color: rgb(23,131,132); }
div.DivClassName
{
background-color: #178384;
}
.BgClassName
{
background-color: #178384;
}
</style>
border-color css
<style>
span { border-color: #178384; }
span { border-color: rgb(23,131,132); }
td.TdClassName
{
border-color: #178384;
}
.TagClassName
{
border-color: #178384;
}
</style>