Shades of Deep Teal #12453D
Tints of Deep Teal #12453D
RGB
CMYK
RGB Variations
Color information
#12453D (or 0x12453D) is known color: Deep Teal. HEX triplet: 12, 45 and 3D. RGB value is (18,69,61). Sum of RGB (Red+Green+Blue) = 18+69+61=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #12453D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12453D is #EDBAC2. Grayscale: #343434. Windows color (decimal): -15579843 or 4015378. OLE color: 4015378.
HSL color Cylindrical-coordinate representation of color #12453D: hue angle of 170.59º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12453D is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 61 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.73 |
| HSL | 170.59º | 0.59% | 0.17% | - |
| HSV(B) | 170.59º | 0.74% | 0.27% | - |
| XYZ | 3.22 | 4.72 | 5.16 | - |
| YUV | 52.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 61 | 0.74 | 0 | 0.12 | 0.73 | 170.59 | 0.59 | 0.17 |
| Hex | 12 | 45 | 3D | 4A | 0 | C | 49 | AB | 3B | 11 |
| Octal | 22 | 105 | 75 | 112 | 0 | 14 | 111 | 253 | 73 | 21 |
| Binary | 10010 | 1000101 | 111101 | 1001010 | 0 | 1100 | 1001001 | 10101011 | 111011 | 10001 |
Color Harmonies of #12453D
Complementary color
Monochromatic Colors of #12453D
Black with #12453D
Text Example
Text Example
White with #12453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12453D; }
p { color: rgb(18,69,61); }
H1.HeaderClassName
{
color: #12453D;
}
.AnyTagClassName
{
color: #12453D;
}
</style>
background-color css
<style>
a { background-color: #12453D; }
a { background-color: rgb(18,69,61); }
div.DivClassName
{
background-color: #12453D;
}
.BgClassName
{
background-color: #12453D;
}
</style>
border-color css
<style>
span { border-color: #12453D; }
span { border-color: rgb(18,69,61); }
td.TdClassName
{
border-color: #12453D;
}
.TagClassName
{
border-color: #12453D;
}
</style>