Shades of Teal Blue #18505D
Tints of Teal Blue #18505D
RGB
CMYK
RGB Variations
Color information
#18505D (or 0x18505D) is known color: Teal Blue. HEX triplet: 18, 50 and 5D. RGB value is (24,80,93). Sum of RGB (Red+Green+Blue) = 24+80+93=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #18505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18505D is #E7AFA2. Grayscale: #404040. Windows color (decimal): -15183779 or 6115352. OLE color: 6115352.
HSL color Cylindrical-coordinate representation of color #18505D: hue angle of 191.3º 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 #18505D is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 80 | 93 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.64 |
| HSL | 191.3º | 0.59% | 0.23% | - |
| HSV(B) | 191.3º | 0.74% | 0.36% | - |
| XYZ | 5.22 | 6.72 | 11.38 | - |
| YUV | 64.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 93 | 0.74 | 0.14 | 0 | 0.64 | 191.3 | 0.59 | 0.23 |
| Hex | 18 | 50 | 5D | 4A | E | 0 | 40 | BF | 3B | 17 |
| Octal | 30 | 120 | 135 | 112 | 16 | 0 | 100 | 277 | 73 | 27 |
| Binary | 11000 | 1010000 | 1011101 | 1001010 | 1110 | 0 | 1000000 | 10111111 | 111011 | 10111 |
Color Harmonies of #18505D
Complementary color
Monochromatic Colors of #18505D
Black with #18505D
Text Example
Text Example
White with #18505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18505D; }
p { color: rgb(24,80,93); }
H1.HeaderClassName
{
color: #18505D;
}
.AnyTagClassName
{
color: #18505D;
}
</style>
background-color css
<style>
a { background-color: #18505D; }
a { background-color: rgb(24,80,93); }
div.DivClassName
{
background-color: #18505D;
}
.BgClassName
{
background-color: #18505D;
}
</style>
border-color css
<style>
span { border-color: #18505D; }
span { border-color: rgb(24,80,93); }
td.TdClassName
{
border-color: #18505D;
}
.TagClassName
{
border-color: #18505D;
}
</style>