Shades of Teal Blue #185461
Tints of Teal Blue #185461
RGB
CMYK
RGB Variations
Color information
#185461 (or 0x185461) is known color: Teal Blue. HEX triplet: 18, 54 and 61. RGB value is (24,84,97). Sum of RGB (Red+Green+Blue) = 24+84+97=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #185461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185461 is #E7AB9E. Grayscale: #434343. Windows color (decimal): -15182751 or 6378520. OLE color: 6378520.
HSL color Cylindrical-coordinate representation of color #185461: hue angle of 190.68º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185461 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 84 | 97 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.62 |
| HSL | 190.68º | 0.6% | 0.24% | - |
| HSV(B) | 190.68º | 0.75% | 0.38% | - |
| XYZ | 5.7 | 7.4 | 12.44 | - |
| YUV | 67.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 97 | 0.75 | 0.13 | 0 | 0.62 | 190.68 | 0.6 | 0.24 |
| Hex | 18 | 54 | 61 | 4B | D | 0 | 3E | BF | 3C | 18 |
| Octal | 30 | 124 | 141 | 113 | 15 | 0 | 76 | 277 | 74 | 30 |
| Binary | 11000 | 1010100 | 1100001 | 1001011 | 1101 | 0 | 111110 | 10111111 | 111100 | 11000 |
Color Harmonies of #185461
Complementary color
Monochromatic Colors of #185461
Black with #185461
Text Example
Text Example
White with #185461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185461; }
p { color: rgb(24,84,97); }
H1.HeaderClassName
{
color: #185461;
}
.AnyTagClassName
{
color: #185461;
}
</style>
background-color css
<style>
a { background-color: #185461; }
a { background-color: rgb(24,84,97); }
div.DivClassName
{
background-color: #185461;
}
.BgClassName
{
background-color: #185461;
}
</style>
border-color css
<style>
span { border-color: #185461; }
span { border-color: rgb(24,84,97); }
td.TdClassName
{
border-color: #185461;
}
.TagClassName
{
border-color: #185461;
}
</style>