Shades of Deep Teal #183F36
Tints of Deep Teal #183F36
RGB
CMYK
RGB Variations
Color information
#183F36 (or 0x183F36) is known color: Deep Teal. HEX triplet: 18, 3F and 36. RGB value is (24,63,54). Sum of RGB (Red+Green+Blue) = 24+63+54=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 63 - color contains mainly: green. Hex color #183F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F36 is #E7C0C9. Grayscale: #323232. Windows color (decimal): -15188170 or 3555096. OLE color: 3555096.
HSL color Cylindrical-coordinate representation of color #183F36: hue angle of 166.15º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #183F36 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 63 | 54 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.75 |
| HSL | 166.15º | 0.45% | 0.17% | - |
| HSV(B) | 166.15º | 0.62% | 0.25% | - |
| XYZ | 2.82 | 4.02 | 4.12 | - |
| YUV | 50.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 54 | 0.62 | 0 | 0.14 | 0.75 | 166.15 | 0.45 | 0.17 |
| Hex | 18 | 3F | 36 | 3E | 0 | E | 4B | A6 | 2D | 11 |
| Octal | 30 | 77 | 66 | 76 | 0 | 16 | 113 | 246 | 55 | 21 |
| Binary | 11000 | 111111 | 110110 | 111110 | 0 | 1110 | 1001011 | 10100110 | 101101 | 10001 |
Color Harmonies of #183F36
Complementary color
Monochromatic Colors of #183F36
Black with #183F36
Text Example
Text Example
White with #183F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F36; }
p { color: rgb(24,63,54); }
H1.HeaderClassName
{
color: #183F36;
}
.AnyTagClassName
{
color: #183F36;
}
</style>
background-color css
<style>
a { background-color: #183F36; }
a { background-color: rgb(24,63,54); }
div.DivClassName
{
background-color: #183F36;
}
.BgClassName
{
background-color: #183F36;
}
</style>
border-color css
<style>
span { border-color: #183F36; }
span { border-color: rgb(24,63,54); }
td.TdClassName
{
border-color: #183F36;
}
.TagClassName
{
border-color: #183F36;
}
</style>