Shades of Deep Teal #185143
Tints of Deep Teal #185143
RGB
CMYK
RGB Variations
Color information
#185143 (or 0x185143) is known color: Deep Teal. HEX triplet: 18, 51 and 43. RGB value is (24,81,67). Sum of RGB (Red+Green+Blue) = 24+81+67=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #185143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185143 is #E7AEBC. Grayscale: #3E3E3E. Windows color (decimal): -15183549 or 4411672. OLE color: 4411672.
HSL color Cylindrical-coordinate representation of color #185143: hue angle of 165.26º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185143 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 81 | 67 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.68 |
| HSL | 165.26º | 0.54% | 0.21% | - |
| HSV(B) | 165.26º | 0.7% | 0.32% | - |
| XYZ | 4.33 | 6.48 | 6.33 | - |
| YUV | 62.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 67 | 0.70 | 0 | 0.17 | 0.68 | 165.26 | 0.54 | 0.21 |
| Hex | 18 | 51 | 43 | 46 | 0 | 11 | 44 | A5 | 36 | 15 |
| Octal | 30 | 121 | 103 | 106 | 0 | 21 | 104 | 245 | 66 | 25 |
| Binary | 11000 | 1010001 | 1000011 | 1000110 | 0 | 10001 | 1000100 | 10100101 | 110110 | 10101 |
Color Harmonies of #185143
Complementary color
Monochromatic Colors of #185143
Black with #185143
Text Example
Text Example
White with #185143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185143; }
p { color: rgb(24,81,67); }
H1.HeaderClassName
{
color: #185143;
}
.AnyTagClassName
{
color: #185143;
}
</style>
background-color css
<style>
a { background-color: #185143; }
a { background-color: rgb(24,81,67); }
div.DivClassName
{
background-color: #185143;
}
.BgClassName
{
background-color: #185143;
}
</style>
border-color css
<style>
span { border-color: #185143; }
span { border-color: rgb(24,81,67); }
td.TdClassName
{
border-color: #185143;
}
.TagClassName
{
border-color: #185143;
}
</style>