Shades of Deep Teal #123F3A
Tints of Deep Teal #123F3A
RGB
CMYK
RGB Variations
Color information
#123F3A (or 0x123F3A) is known color: Deep Teal. HEX triplet: 12, 3F and 3A. RGB value is (18,63,58). Sum of RGB (Red+Green+Blue) = 18+63+58=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #123F3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F3A is #EDC0C5. Grayscale: #303030. Windows color (decimal): -15581382 or 3817234. OLE color: 3817234.
HSL color Cylindrical-coordinate representation of color #123F3A: hue angle of 173.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F3A is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 63 | 58 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.75 |
| HSL | 173.33º | 0.56% | 0.16% | - |
| HSV(B) | 173.33º | 0.71% | 0.25% | - |
| XYZ | 2.79 | 3.99 | 4.63 | - |
| YUV | 48.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 58 | 0.71 | 0 | 0.08 | 0.75 | 173.33 | 0.56 | 0.16 |
| Hex | 12 | 3F | 3A | 47 | 0 | 8 | 4B | AD | 38 | 10 |
| Octal | 22 | 77 | 72 | 107 | 0 | 10 | 113 | 255 | 70 | 20 |
| Binary | 10010 | 111111 | 111010 | 1000111 | 0 | 1000 | 1001011 | 10101101 | 111000 | 10000 |
Color Harmonies of #123F3A
Complementary color
Monochromatic Colors of #123F3A
Black with #123F3A
Text Example
Text Example
White with #123F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F3A; }
p { color: rgb(18,63,58); }
H1.HeaderClassName
{
color: #123F3A;
}
.AnyTagClassName
{
color: #123F3A;
}
</style>
background-color css
<style>
a { background-color: #123F3A; }
a { background-color: rgb(18,63,58); }
div.DivClassName
{
background-color: #123F3A;
}
.BgClassName
{
background-color: #123F3A;
}
</style>
border-color css
<style>
span { border-color: #123F3A; }
span { border-color: rgb(18,63,58); }
td.TdClassName
{
border-color: #123F3A;
}
.TagClassName
{
border-color: #123F3A;
}
</style>