Shades of Deep Teal #23403B
Tints of Deep Teal #23403B
RGB
CMYK
RGB Variations
Color information
#23403B (or 0x23403B) is known color: Deep Teal. HEX triplet: 23, 40 and 3B. RGB value is (35,64,59). Sum of RGB (Red+Green+Blue) = 35+64+59=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #23403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23403B is #DCBFC4. Grayscale: #363636. Windows color (decimal): -14467013 or 3883043. OLE color: 3883043.
HSL color Cylindrical-coordinate representation of color #23403B: hue angle of 169.66º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #23403B is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 64 | 59 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.75 |
| HSL | 169.66º | 0.29% | 0.19% | - |
| HSV(B) | 169.66º | 0.45% | 0.25% | - |
| XYZ | 3.32 | 4.34 | 4.8 | - |
| YUV | 54.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 59 | 0.45 | 0 | 0.08 | 0.75 | 169.66 | 0.29 | 0.19 |
| Hex | 23 | 40 | 3B | 2D | 0 | 8 | 4B | AA | 1D | 13 |
| Octal | 43 | 100 | 73 | 55 | 0 | 10 | 113 | 252 | 35 | 23 |
| Binary | 100011 | 1000000 | 111011 | 101101 | 0 | 1000 | 1001011 | 10101010 | 11101 | 10011 |
Color Harmonies of #23403B
Complementary color
Monochromatic Colors of #23403B
Black with #23403B
Text Example
Text Example
White with #23403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23403B; }
p { color: rgb(35,64,59); }
H1.HeaderClassName
{
color: #23403B;
}
.AnyTagClassName
{
color: #23403B;
}
</style>
background-color css
<style>
a { background-color: #23403B; }
a { background-color: rgb(35,64,59); }
div.DivClassName
{
background-color: #23403B;
}
.BgClassName
{
background-color: #23403B;
}
</style>
border-color css
<style>
span { border-color: #23403B; }
span { border-color: rgb(35,64,59); }
td.TdClassName
{
border-color: #23403B;
}
.TagClassName
{
border-color: #23403B;
}
</style>