Shades of Teal #188585
Tints of Teal #188585
RGB
CMYK
RGB Variations
Color information
#188585 (or 0x188585) is known color: Teal. HEX triplet: 18, 85 and 85. RGB value is (24,133,133). Sum of RGB (Red+Green+Blue) = 24+133+133=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #188585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188585 is #E77A7A. Grayscale: #646464. Windows color (decimal): -15170171 or 8750360. OLE color: 8750360.
HSL color Cylindrical-coordinate representation of color #188585: hue angle of 180º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188585 is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 133 | - |
| CMYK | 0.82 | 0 | 0 | 0.48 |
| HSL | 180º | 0.69% | 0.31% | - |
| HSV(B) | 180º | 0.82% | 0.52% | - |
| XYZ | 13 | 18.66 | 25.11 | - |
| YUV | 100.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 133 | 0.82 | 0 | 0 | 0.48 | 180 | 0.69 | 0.31 |
| Hex | 18 | 85 | 85 | 52 | 0 | 0 | 30 | B4 | 45 | 1F |
| Octal | 30 | 205 | 205 | 122 | 0 | 0 | 60 | 264 | 105 | 37 |
| Binary | 11000 | 10000101 | 10000101 | 1010010 | 0 | 0 | 110000 | 10110100 | 1000101 | 11111 |
Color Harmonies of #188585
Complementary color
Monochromatic Colors of #188585
Black with #188585
Text Example
Text Example
White with #188585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188585; }
p { color: rgb(24,133,133); }
H1.HeaderClassName
{
color: #188585;
}
.AnyTagClassName
{
color: #188585;
}
</style>
background-color css
<style>
a { background-color: #188585; }
a { background-color: rgb(24,133,133); }
div.DivClassName
{
background-color: #188585;
}
.BgClassName
{
background-color: #188585;
}
</style>
border-color css
<style>
span { border-color: #188585; }
span { border-color: rgb(24,133,133); }
td.TdClassName
{
border-color: #188585;
}
.TagClassName
{
border-color: #188585;
}
</style>