Shades of Deep Teal #184239
Tints of Deep Teal #184239
RGB
CMYK
RGB Variations
Color information
#184239 (or 0x184239) is known color: Deep Teal. HEX triplet: 18, 42 and 39. RGB value is (24,66,57). Sum of RGB (Red+Green+Blue) = 24+66+57=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #184239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184239 is #E7BDC6. Grayscale: #343434. Windows color (decimal): -15187399 or 3752472. OLE color: 3752472.
HSL color Cylindrical-coordinate representation of color #184239: hue angle of 167.14º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #184239 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 66 | 57 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.74 |
| HSL | 167.14º | 0.47% | 0.18% | - |
| HSV(B) | 167.14º | 0.64% | 0.26% | - |
| XYZ | 3.06 | 4.39 | 4.56 | - |
| YUV | 52.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 57 | 0.64 | 0 | 0.14 | 0.74 | 167.14 | 0.47 | 0.18 |
| Hex | 18 | 42 | 39 | 40 | 0 | E | 4A | A7 | 2F | 12 |
| Octal | 30 | 102 | 71 | 100 | 0 | 16 | 112 | 247 | 57 | 22 |
| Binary | 11000 | 1000010 | 111001 | 1000000 | 0 | 1110 | 1001010 | 10100111 | 101111 | 10010 |
Color Harmonies of #184239
Complementary color
Monochromatic Colors of #184239
Black with #184239
Text Example
Text Example
White with #184239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184239; }
p { color: rgb(24,66,57); }
H1.HeaderClassName
{
color: #184239;
}
.AnyTagClassName
{
color: #184239;
}
</style>
background-color css
<style>
a { background-color: #184239; }
a { background-color: rgb(24,66,57); }
div.DivClassName
{
background-color: #184239;
}
.BgClassName
{
background-color: #184239;
}
</style>
border-color css
<style>
span { border-color: #184239; }
span { border-color: rgb(24,66,57); }
td.TdClassName
{
border-color: #184239;
}
.TagClassName
{
border-color: #184239;
}
</style>