Shades of Deep Teal #23403D
Tints of Deep Teal #23403D
RGB
CMYK
RGB Variations
Color information
#23403D (or 0x23403D) is known color: Deep Teal. HEX triplet: 23, 40 and 3D. RGB value is (35,64,61). Sum of RGB (Red+Green+Blue) = 35+64+61=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #23403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23403D is #DCBFC2. Grayscale: #363636. Windows color (decimal): -14467011 or 4014115. OLE color: 4014115.
HSL color Cylindrical-coordinate representation of color #23403D: hue angle of 173.79º 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 #23403D is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 64 | 61 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.75 |
| HSL | 173.79º | 0.29% | 0.19% | - |
| HSV(B) | 173.79º | 0.45% | 0.25% | - |
| XYZ | 3.37 | 4.36 | 5.08 | - |
| YUV | 54.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 61 | 0.45 | 0 | 0.05 | 0.75 | 173.79 | 0.29 | 0.19 |
| Hex | 23 | 40 | 3D | 2D | 0 | 5 | 4B | AE | 1D | 13 |
| Octal | 43 | 100 | 75 | 55 | 0 | 5 | 113 | 256 | 35 | 23 |
| Binary | 100011 | 1000000 | 111101 | 101101 | 0 | 101 | 1001011 | 10101110 | 11101 | 10011 |
Color Harmonies of #23403D
Complementary color
Monochromatic Colors of #23403D
Black with #23403D
Text Example
Text Example
White with #23403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23403D; }
p { color: rgb(35,64,61); }
H1.HeaderClassName
{
color: #23403D;
}
.AnyTagClassName
{
color: #23403D;
}
</style>
background-color css
<style>
a { background-color: #23403D; }
a { background-color: rgb(35,64,61); }
div.DivClassName
{
background-color: #23403D;
}
.BgClassName
{
background-color: #23403D;
}
</style>
border-color css
<style>
span { border-color: #23403D; }
span { border-color: rgb(35,64,61); }
td.TdClassName
{
border-color: #23403D;
}
.TagClassName
{
border-color: #23403D;
}
</style>