Shades of Deep Teal #18453C
Tints of Deep Teal #18453C
RGB
CMYK
RGB Variations
Color information
#18453C (or 0x18453C) is known color: Deep Teal. HEX triplet: 18, 45 and 3C. RGB value is (24,69,60). Sum of RGB (Red+Green+Blue) = 24+69+60=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #18453C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18453C is #E7BAC3. Grayscale: #363636. Windows color (decimal): -15186628 or 3949848. OLE color: 3949848.
HSL color Cylindrical-coordinate representation of color #18453C: hue angle of 168º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #18453C is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 69 | 60 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.73 |
| HSL | 168º | 0.48% | 0.18% | - |
| HSV(B) | 168º | 0.65% | 0.27% | - |
| XYZ | 3.32 | 4.78 | 5.02 | - |
| YUV | 54.52 | 131.09 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 60 | 0.65 | 0 | 0.13 | 0.73 | 168 | 0.48 | 0.18 |
| Hex | 18 | 45 | 3C | 41 | 0 | D | 49 | A8 | 30 | 12 |
| Octal | 30 | 105 | 74 | 101 | 0 | 15 | 111 | 250 | 60 | 22 |
| Binary | 11000 | 1000101 | 111100 | 1000001 | 0 | 1101 | 1001001 | 10101000 | 110000 | 10010 |
Color Harmonies of #18453C
Complementary color
Monochromatic Colors of #18453C
Black with #18453C
Text Example
Text Example
White with #18453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18453C; }
p { color: rgb(24,69,60); }
H1.HeaderClassName
{
color: #18453C;
}
.AnyTagClassName
{
color: #18453C;
}
</style>
background-color css
<style>
a { background-color: #18453C; }
a { background-color: rgb(24,69,60); }
div.DivClassName
{
background-color: #18453C;
}
.BgClassName
{
background-color: #18453C;
}
</style>
border-color css
<style>
span { border-color: #18453C; }
span { border-color: rgb(24,69,60); }
td.TdClassName
{
border-color: #18453C;
}
.TagClassName
{
border-color: #18453C;
}
</style>