Shades of Deep Teal #123830
Tints of Deep Teal #123830
RGB
CMYK
RGB Variations
Color information
#123830 (or 0x123830) is known color: Deep Teal. HEX triplet: 12, 38 and 30. RGB value is (18,56,48). Sum of RGB (Red+Green+Blue) = 18+56+48=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #123830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123830 is #EDC7CF. Grayscale: #2B2B2B. Windows color (decimal): -15583184 or 3160082. OLE color: 3160082.
HSL color Cylindrical-coordinate representation of color #123830: hue angle of 167.37º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123830 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 56 | 48 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.78 |
| HSL | 167.37º | 0.51% | 0.15% | - |
| HSV(B) | 167.37º | 0.68% | 0.22% | - |
| XYZ | 2.2 | 3.17 | 3.29 | - |
| YUV | 43.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 48 | 0.68 | 0 | 0.14 | 0.78 | 167.37 | 0.51 | 0.15 |
| Hex | 12 | 38 | 30 | 44 | 0 | E | 4E | A7 | 33 | F |
| Octal | 22 | 70 | 60 | 104 | 0 | 16 | 116 | 247 | 63 | 17 |
| Binary | 10010 | 111000 | 110000 | 1000100 | 0 | 1110 | 1001110 | 10100111 | 110011 | 1111 |
Color Harmonies of #123830
Complementary color
Monochromatic Colors of #123830
Black with #123830
Text Example
Text Example
White with #123830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123830; }
p { color: rgb(18,56,48); }
H1.HeaderClassName
{
color: #123830;
}
.AnyTagClassName
{
color: #123830;
}
</style>
background-color css
<style>
a { background-color: #123830; }
a { background-color: rgb(18,56,48); }
div.DivClassName
{
background-color: #123830;
}
.BgClassName
{
background-color: #123830;
}
</style>
border-color css
<style>
span { border-color: #123830; }
span { border-color: rgb(18,56,48); }
td.TdClassName
{
border-color: #123830;
}
.TagClassName
{
border-color: #123830;
}
</style>