Shades of Teal Blue #18525A
Tints of Teal Blue #18525A
RGB
CMYK
RGB Variations
Color information
#18525A (or 0x18525A) is known color: Teal Blue. HEX triplet: 18, 52 and 5A. RGB value is (24,82,90). Sum of RGB (Red+Green+Blue) = 24+82+90=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #18525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18525A is #E7ADA5. Grayscale: #414141. Windows color (decimal): -15183270 or 5919256. OLE color: 5919256.
HSL color Cylindrical-coordinate representation of color #18525A: hue angle of 187.27º degrees, saturation: 0.58, 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 #18525A is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 82 | 90 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.65 |
| HSL | 187.27º | 0.58% | 0.22% | - |
| HSV(B) | 187.27º | 0.73% | 0.35% | - |
| XYZ | 5.24 | 6.97 | 10.74 | - |
| YUV | 65.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 90 | 0.73 | 0.09 | 0 | 0.65 | 187.27 | 0.58 | 0.22 |
| Hex | 18 | 52 | 5A | 49 | 9 | 0 | 41 | BB | 3A | 16 |
| Octal | 30 | 122 | 132 | 111 | 11 | 0 | 101 | 273 | 72 | 26 |
| Binary | 11000 | 1010010 | 1011010 | 1001001 | 1001 | 0 | 1000001 | 10111011 | 111010 | 10110 |
Color Harmonies of #18525A
Complementary color
Monochromatic Colors of #18525A
Black with #18525A
Text Example
Text Example
White with #18525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18525A; }
p { color: rgb(24,82,90); }
H1.HeaderClassName
{
color: #18525A;
}
.AnyTagClassName
{
color: #18525A;
}
</style>
background-color css
<style>
a { background-color: #18525A; }
a { background-color: rgb(24,82,90); }
div.DivClassName
{
background-color: #18525A;
}
.BgClassName
{
background-color: #18525A;
}
</style>
border-color css
<style>
span { border-color: #18525A; }
span { border-color: rgb(24,82,90); }
td.TdClassName
{
border-color: #18525A;
}
.TagClassName
{
border-color: #18525A;
}
</style>