Shades of Deep Teal #184338
Tints of Deep Teal #184338
RGB
CMYK
RGB Variations
Color information
#184338 (or 0x184338) is known color: Deep Teal. HEX triplet: 18, 43 and 38. RGB value is (24,67,56). Sum of RGB (Red+Green+Blue) = 24+67+56=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #184338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184338 is #E7BCC7. Grayscale: #343434. Windows color (decimal): -15187144 or 3687192. OLE color: 3687192.
HSL color Cylindrical-coordinate representation of color #184338: hue angle of 164.65º 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 #184338 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 67 | 56 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.74 |
| HSL | 164.65º | 0.47% | 0.18% | - |
| HSV(B) | 164.65º | 0.64% | 0.26% | - |
| XYZ | 3.1 | 4.49 | 4.45 | - |
| YUV | 52.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 56 | 0.64 | 0 | 0.16 | 0.74 | 164.65 | 0.47 | 0.18 |
| Hex | 18 | 43 | 38 | 40 | 0 | 10 | 4A | A5 | 2F | 12 |
| Octal | 30 | 103 | 70 | 100 | 0 | 20 | 112 | 245 | 57 | 22 |
| Binary | 11000 | 1000011 | 111000 | 1000000 | 0 | 10000 | 1001010 | 10100101 | 101111 | 10010 |
Color Harmonies of #184338
Complementary color
Monochromatic Colors of #184338
Black with #184338
Text Example
Text Example
White with #184338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184338; }
p { color: rgb(24,67,56); }
H1.HeaderClassName
{
color: #184338;
}
.AnyTagClassName
{
color: #184338;
}
</style>
background-color css
<style>
a { background-color: #184338; }
a { background-color: rgb(24,67,56); }
div.DivClassName
{
background-color: #184338;
}
.BgClassName
{
background-color: #184338;
}
</style>
border-color css
<style>
span { border-color: #184338; }
span { border-color: rgb(24,67,56); }
td.TdClassName
{
border-color: #184338;
}
.TagClassName
{
border-color: #184338;
}
</style>