Shades of Deep Teal #184E42
Tints of Deep Teal #184E42
RGB
CMYK
RGB Variations
Color information
#184E42 (or 0x184E42) is known color: Deep Teal. HEX triplet: 18, 4E and 42. RGB value is (24,78,66). Sum of RGB (Red+Green+Blue) = 24+78+66=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #184E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184E42 is #E7B1BD. Grayscale: #3C3C3C. Windows color (decimal): -15184318 or 4345368. OLE color: 4345368.
HSL color Cylindrical-coordinate representation of color #184E42: hue angle of 166.67º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #184E42 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 78 | 66 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.69 |
| HSL | 166.67º | 0.53% | 0.2% | - |
| HSV(B) | 166.67º | 0.69% | 0.31% | - |
| XYZ | 4.08 | 6.04 | 6.1 | - |
| YUV | 60.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 66 | 0.69 | 0 | 0.15 | 0.69 | 166.67 | 0.53 | 0.2 |
| Hex | 18 | 4E | 42 | 45 | 0 | F | 45 | A7 | 35 | 14 |
| Octal | 30 | 116 | 102 | 105 | 0 | 17 | 105 | 247 | 65 | 24 |
| Binary | 11000 | 1001110 | 1000010 | 1000101 | 0 | 1111 | 1000101 | 10100111 | 110101 | 10100 |
Color Harmonies of #184E42
Complementary color
Monochromatic Colors of #184E42
Black with #184E42
Text Example
Text Example
White with #184E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E42; }
p { color: rgb(24,78,66); }
H1.HeaderClassName
{
color: #184E42;
}
.AnyTagClassName
{
color: #184E42;
}
</style>
background-color css
<style>
a { background-color: #184E42; }
a { background-color: rgb(24,78,66); }
div.DivClassName
{
background-color: #184E42;
}
.BgClassName
{
background-color: #184E42;
}
</style>
border-color css
<style>
span { border-color: #184E42; }
span { border-color: rgb(24,78,66); }
td.TdClassName
{
border-color: #184E42;
}
.TagClassName
{
border-color: #184E42;
}
</style>