Shades of Deep Teal #185445
Tints of Deep Teal #185445
RGB
CMYK
RGB Variations
Color information
#185445 (or 0x185445) is known color: Deep Teal. HEX triplet: 18, 54 and 45. RGB value is (24,84,69). Sum of RGB (Red+Green+Blue) = 24+84+69=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #185445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185445 is #E7ABBA. Grayscale: #404040. Windows color (decimal): -15182779 or 4543512. OLE color: 4543512.
HSL color Cylindrical-coordinate representation of color #185445: hue angle of 165º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185445 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 84 | 69 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.67 |
| HSL | 165º | 0.56% | 0.21% | - |
| HSV(B) | 165º | 0.71% | 0.33% | - |
| XYZ | 4.62 | 6.96 | 6.73 | - |
| YUV | 64.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 69 | 0.71 | 0 | 0.18 | 0.67 | 165 | 0.56 | 0.21 |
| Hex | 18 | 54 | 45 | 47 | 0 | 12 | 43 | A5 | 38 | 15 |
| Octal | 30 | 124 | 105 | 107 | 0 | 22 | 103 | 245 | 70 | 25 |
| Binary | 11000 | 1010100 | 1000101 | 1000111 | 0 | 10010 | 1000011 | 10100101 | 111000 | 10101 |
Color Harmonies of #185445
Complementary color
Monochromatic Colors of #185445
Black with #185445
Text Example
Text Example
White with #185445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185445; }
p { color: rgb(24,84,69); }
H1.HeaderClassName
{
color: #185445;
}
.AnyTagClassName
{
color: #185445;
}
</style>
background-color css
<style>
a { background-color: #185445; }
a { background-color: rgb(24,84,69); }
div.DivClassName
{
background-color: #185445;
}
.BgClassName
{
background-color: #185445;
}
</style>
border-color css
<style>
span { border-color: #185445; }
span { border-color: rgb(24,84,69); }
td.TdClassName
{
border-color: #185445;
}
.TagClassName
{
border-color: #185445;
}
</style>