Shades of Teal Blue #18525D
Tints of Teal Blue #18525D
RGB
CMYK
RGB Variations
Color information
#18525D (or 0x18525D) is known color: Teal Blue. HEX triplet: 18, 52 and 5D. RGB value is (24,82,93). Sum of RGB (Red+Green+Blue) = 24+82+93=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #18525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18525D is #E7ADA2. Grayscale: #414141. Windows color (decimal): -15183267 or 6115864. OLE color: 6115864.
HSL color Cylindrical-coordinate representation of color #18525D: hue angle of 189.57º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18525D is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 82 | 93 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.64 |
| HSL | 189.57º | 0.59% | 0.23% | - |
| HSV(B) | 189.57º | 0.74% | 0.36% | - |
| XYZ | 5.37 | 7.02 | 11.43 | - |
| YUV | 65.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 93 | 0.74 | 0.12 | 0 | 0.64 | 189.57 | 0.59 | 0.23 |
| Hex | 18 | 52 | 5D | 4A | C | 0 | 40 | BE | 3B | 17 |
| Octal | 30 | 122 | 135 | 112 | 14 | 0 | 100 | 276 | 73 | 27 |
| Binary | 11000 | 1010010 | 1011101 | 1001010 | 1100 | 0 | 1000000 | 10111110 | 111011 | 10111 |
Color Harmonies of #18525D
Complementary color
Monochromatic Colors of #18525D
Black with #18525D
Text Example
Text Example
White with #18525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18525D; }
p { color: rgb(24,82,93); }
H1.HeaderClassName
{
color: #18525D;
}
.AnyTagClassName
{
color: #18525D;
}
</style>
background-color css
<style>
a { background-color: #18525D; }
a { background-color: rgb(24,82,93); }
div.DivClassName
{
background-color: #18525D;
}
.BgClassName
{
background-color: #18525D;
}
</style>
border-color css
<style>
span { border-color: #18525D; }
span { border-color: rgb(24,82,93); }
td.TdClassName
{
border-color: #18525D;
}
.TagClassName
{
border-color: #18525D;
}
</style>