Shades of Teal Blue #185058
Tints of Teal Blue #185058
RGB
CMYK
RGB Variations
Color information
#185058 (or 0x185058) is known color: Teal Blue. HEX triplet: 18, 50 and 58. RGB value is (24,80,88). Sum of RGB (Red+Green+Blue) = 24+80+88=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #185058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185058 is #E7AFA7. Grayscale: #404040. Windows color (decimal): -15183784 or 5787672. OLE color: 5787672.
HSL color Cylindrical-coordinate representation of color #185058: hue angle of 187.5º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185058 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 80 | 88 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.65 |
| HSL | 187.5º | 0.57% | 0.22% | - |
| HSV(B) | 187.5º | 0.73% | 0.35% | - |
| XYZ | 5.01 | 6.64 | 10.25 | - |
| YUV | 64.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 88 | 0.73 | 0.09 | 0 | 0.65 | 187.5 | 0.57 | 0.22 |
| Hex | 18 | 50 | 58 | 49 | 9 | 0 | 41 | BC | 39 | 16 |
| Octal | 30 | 120 | 130 | 111 | 11 | 0 | 101 | 274 | 71 | 26 |
| Binary | 11000 | 1010000 | 1011000 | 1001001 | 1001 | 0 | 1000001 | 10111100 | 111001 | 10110 |
Color Harmonies of #185058
Complementary color
Monochromatic Colors of #185058
Black with #185058
Text Example
Text Example
White with #185058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185058; }
p { color: rgb(24,80,88); }
H1.HeaderClassName
{
color: #185058;
}
.AnyTagClassName
{
color: #185058;
}
</style>
background-color css
<style>
a { background-color: #185058; }
a { background-color: rgb(24,80,88); }
div.DivClassName
{
background-color: #185058;
}
.BgClassName
{
background-color: #185058;
}
</style>
border-color css
<style>
span { border-color: #185058; }
span { border-color: rgb(24,80,88); }
td.TdClassName
{
border-color: #185058;
}
.TagClassName
{
border-color: #185058;
}
</style>