Shades of Deep Teal #18413C
Tints of Deep Teal #18413C
RGB
CMYK
RGB Variations
Color information
#18413C (or 0x18413C) is known color: Deep Teal. HEX triplet: 18, 41 and 3C. RGB value is (24,65,60). Sum of RGB (Red+Green+Blue) = 24+65+60=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #18413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18413C is #E7BEC3. Grayscale: #343434. Windows color (decimal): -15187652 or 3948824. OLE color: 3948824.
HSL color Cylindrical-coordinate representation of color #18413C: hue angle of 172.68º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #18413C is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 65 | 60 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.75 |
| HSL | 172.68º | 0.46% | 0.17% | - |
| HSV(B) | 172.68º | 0.63% | 0.25% | - |
| XYZ | 3.08 | 4.3 | 4.94 | - |
| YUV | 52.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 60 | 0.63 | 0 | 0.08 | 0.75 | 172.68 | 0.46 | 0.17 |
| Hex | 18 | 41 | 3C | 3F | 0 | 8 | 4B | AD | 2E | 11 |
| Octal | 30 | 101 | 74 | 77 | 0 | 10 | 113 | 255 | 56 | 21 |
| Binary | 11000 | 1000001 | 111100 | 111111 | 0 | 1000 | 1001011 | 10101101 | 101110 | 10001 |
Color Harmonies of #18413C
Complementary color
Monochromatic Colors of #18413C
Black with #18413C
Text Example
Text Example
White with #18413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18413C; }
p { color: rgb(24,65,60); }
H1.HeaderClassName
{
color: #18413C;
}
.AnyTagClassName
{
color: #18413C;
}
</style>
background-color css
<style>
a { background-color: #18413C; }
a { background-color: rgb(24,65,60); }
div.DivClassName
{
background-color: #18413C;
}
.BgClassName
{
background-color: #18413C;
}
</style>
border-color css
<style>
span { border-color: #18413C; }
span { border-color: rgb(24,65,60); }
td.TdClassName
{
border-color: #18413C;
}
.TagClassName
{
border-color: #18413C;
}
</style>