Shades of Teal Blue #18535D
Tints of Teal Blue #18535D
RGB
CMYK
RGB Variations
Color information
#18535D (or 0x18535D) is known color: Teal Blue. HEX triplet: 18, 53 and 5D. RGB value is (24,83,93). Sum of RGB (Red+Green+Blue) = 24+83+93=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #18535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18535D is #E7ACA2. Grayscale: #424242. Windows color (decimal): -15183011 or 6116120. OLE color: 6116120.
HSL color Cylindrical-coordinate representation of color #18535D: hue angle of 188.7º 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 #18535D is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 83 | 93 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.64 |
| HSL | 188.7º | 0.59% | 0.23% | - |
| HSV(B) | 188.7º | 0.74% | 0.36% | - |
| XYZ | 5.45 | 7.17 | 11.45 | - |
| YUV | 66.5 | 142.95 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 93 | 0.74 | 0.11 | 0 | 0.64 | 188.7 | 0.59 | 0.23 |
| Hex | 18 | 53 | 5D | 4A | B | 0 | 40 | BD | 3B | 17 |
| Octal | 30 | 123 | 135 | 112 | 13 | 0 | 100 | 275 | 73 | 27 |
| Binary | 11000 | 1010011 | 1011101 | 1001010 | 1011 | 0 | 1000000 | 10111101 | 111011 | 10111 |
Color Harmonies of #18535D
Complementary color
Monochromatic Colors of #18535D
Black with #18535D
Text Example
Text Example
White with #18535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18535D; }
p { color: rgb(24,83,93); }
H1.HeaderClassName
{
color: #18535D;
}
.AnyTagClassName
{
color: #18535D;
}
</style>
background-color css
<style>
a { background-color: #18535D; }
a { background-color: rgb(24,83,93); }
div.DivClassName
{
background-color: #18535D;
}
.BgClassName
{
background-color: #18535D;
}
</style>
border-color css
<style>
span { border-color: #18535D; }
span { border-color: rgb(24,83,93); }
td.TdClassName
{
border-color: #18535D;
}
.TagClassName
{
border-color: #18535D;
}
</style>