Shades of Teal Blue #124855
Tints of Teal Blue #124855
RGB
CMYK
RGB Variations
Color information
#124855 (or 0x124855) is known color: Teal Blue. HEX triplet: 12, 48 and 55. RGB value is (18,72,85). Sum of RGB (Red+Green+Blue) = 18+72+85=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #124855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124855 is #EDB7AA. Grayscale: #393939. Windows color (decimal): -15579051 or 5589010. OLE color: 5589010.
HSL color Cylindrical-coordinate representation of color #124855: hue angle of 191.64º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124855 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 72 | 85 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.67 |
| HSL | 191.64º | 0.65% | 0.2% | - |
| HSV(B) | 191.64º | 0.79% | 0.33% | - |
| XYZ | 4.21 | 5.42 | 9.42 | - |
| YUV | 57.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 85 | 0.79 | 0.15 | 0 | 0.67 | 191.64 | 0.65 | 0.2 |
| Hex | 12 | 48 | 55 | 4F | F | 0 | 43 | C0 | 41 | 14 |
| Octal | 22 | 110 | 125 | 117 | 17 | 0 | 103 | 300 | 101 | 24 |
| Binary | 10010 | 1001000 | 1010101 | 1001111 | 1111 | 0 | 1000011 | 11000000 | 1000001 | 10100 |
Color Harmonies of #124855
Complementary color
Monochromatic Colors of #124855
Black with #124855
Text Example
Text Example
White with #124855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124855; }
p { color: rgb(18,72,85); }
H1.HeaderClassName
{
color: #124855;
}
.AnyTagClassName
{
color: #124855;
}
</style>
background-color css
<style>
a { background-color: #124855; }
a { background-color: rgb(18,72,85); }
div.DivClassName
{
background-color: #124855;
}
.BgClassName
{
background-color: #124855;
}
</style>
border-color css
<style>
span { border-color: #124855; }
span { border-color: rgb(18,72,85); }
td.TdClassName
{
border-color: #124855;
}
.TagClassName
{
border-color: #124855;
}
</style>