Shades of Teal Blue #18525E
Tints of Teal Blue #18525E
RGB
CMYK
RGB Variations
Color information
#18525E (or 0x18525E) is known color: Teal Blue. HEX triplet: 18, 52 and 5E. RGB value is (24,82,94). Sum of RGB (Red+Green+Blue) = 24+82+94=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #18525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18525E is #E7ADA1. Grayscale: #414141. Windows color (decimal): -15183266 or 6181400. OLE color: 6181400.
HSL color Cylindrical-coordinate representation of color #18525E: hue angle of 190.29º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18525E is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 82 | 94 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.63 |
| HSL | 190.29º | 0.59% | 0.23% | - |
| HSV(B) | 190.29º | 0.74% | 0.37% | - |
| XYZ | 5.41 | 7.04 | 11.66 | - |
| YUV | 66.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 94 | 0.74 | 0.13 | 0 | 0.63 | 190.29 | 0.59 | 0.23 |
| Hex | 18 | 52 | 5E | 4A | D | 0 | 3F | BE | 3B | 17 |
| Octal | 30 | 122 | 136 | 112 | 15 | 0 | 77 | 276 | 73 | 27 |
| Binary | 11000 | 1010010 | 1011110 | 1001010 | 1101 | 0 | 111111 | 10111110 | 111011 | 10111 |
Color Harmonies of #18525E
Complementary color
Monochromatic Colors of #18525E
Black with #18525E
Text Example
Text Example
White with #18525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18525E; }
p { color: rgb(24,82,94); }
H1.HeaderClassName
{
color: #18525E;
}
.AnyTagClassName
{
color: #18525E;
}
</style>
background-color css
<style>
a { background-color: #18525E; }
a { background-color: rgb(24,82,94); }
div.DivClassName
{
background-color: #18525E;
}
.BgClassName
{
background-color: #18525E;
}
</style>
border-color css
<style>
span { border-color: #18525E; }
span { border-color: rgb(24,82,94); }
td.TdClassName
{
border-color: #18525E;
}
.TagClassName
{
border-color: #18525E;
}
</style>