Shades of Deep Teal #185345
Tints of Deep Teal #185345
RGB
CMYK
RGB Variations
Color information
#185345 (or 0x185345) is known color: Deep Teal. HEX triplet: 18, 53 and 45. RGB value is (24,83,69). Sum of RGB (Red+Green+Blue) = 24+83+69=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #185345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185345 is #E7ACBA. Grayscale: #3F3F3F. Windows color (decimal): -15183035 or 4543256. OLE color: 4543256.
HSL color Cylindrical-coordinate representation of color #185345: hue angle of 165.76º degrees, saturation: 0.55, 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 #185345 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 69 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.67 |
| HSL | 165.76º | 0.55% | 0.21% | - |
| HSV(B) | 165.76º | 0.71% | 0.33% | - |
| XYZ | 4.54 | 6.81 | 6.71 | - |
| YUV | 63.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 69 | 0.71 | 0 | 0.17 | 0.67 | 165.76 | 0.55 | 0.21 |
| Hex | 18 | 53 | 45 | 47 | 0 | 11 | 43 | A6 | 37 | 15 |
| Octal | 30 | 123 | 105 | 107 | 0 | 21 | 103 | 246 | 67 | 25 |
| Binary | 11000 | 1010011 | 1000101 | 1000111 | 0 | 10001 | 1000011 | 10100110 | 110111 | 10101 |
Color Harmonies of #185345
Complementary color
Monochromatic Colors of #185345
Black with #185345
Text Example
Text Example
White with #185345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185345; }
p { color: rgb(24,83,69); }
H1.HeaderClassName
{
color: #185345;
}
.AnyTagClassName
{
color: #185345;
}
</style>
background-color css
<style>
a { background-color: #185345; }
a { background-color: rgb(24,83,69); }
div.DivClassName
{
background-color: #185345;
}
.BgClassName
{
background-color: #185345;
}
</style>
border-color css
<style>
span { border-color: #185345; }
span { border-color: rgb(24,83,69); }
td.TdClassName
{
border-color: #185345;
}
.TagClassName
{
border-color: #185345;
}
</style>