Shades of Deep Teal #184B45
Tints of Deep Teal #184B45
RGB
CMYK
RGB Variations
Color information
#184B45 (or 0x184B45) is known color: Deep Teal. HEX triplet: 18, 4B and 45. RGB value is (24,75,69). Sum of RGB (Red+Green+Blue) = 24+75+69=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #184B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184B45 is #E7B4BA. Grayscale: #3B3B3B. Windows color (decimal): -15185083 or 4541208. OLE color: 4541208.
HSL color Cylindrical-coordinate representation of color #184B45: hue angle of 172.94º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #184B45 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 75 | 69 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.71 |
| HSL | 172.94º | 0.52% | 0.19% | - |
| HSV(B) | 172.94º | 0.68% | 0.29% | - |
| XYZ | 3.97 | 5.66 | 6.51 | - |
| YUV | 59.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 69 | 0.68 | 0 | 0.08 | 0.71 | 172.94 | 0.52 | 0.19 |
| Hex | 18 | 4B | 45 | 44 | 0 | 8 | 47 | AD | 34 | 13 |
| Octal | 30 | 113 | 105 | 104 | 0 | 10 | 107 | 255 | 64 | 23 |
| Binary | 11000 | 1001011 | 1000101 | 1000100 | 0 | 1000 | 1000111 | 10101101 | 110100 | 10011 |
Color Harmonies of #184B45
Complementary color
Monochromatic Colors of #184B45
Black with #184B45
Text Example
Text Example
White with #184B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B45; }
p { color: rgb(24,75,69); }
H1.HeaderClassName
{
color: #184B45;
}
.AnyTagClassName
{
color: #184B45;
}
</style>
background-color css
<style>
a { background-color: #184B45; }
a { background-color: rgb(24,75,69); }
div.DivClassName
{
background-color: #184B45;
}
.BgClassName
{
background-color: #184B45;
}
</style>
border-color css
<style>
span { border-color: #184B45; }
span { border-color: rgb(24,75,69); }
td.TdClassName
{
border-color: #184B45;
}
.TagClassName
{
border-color: #184B45;
}
</style>