Shades of Deep Teal #23413D
Tints of Deep Teal #23413D
RGB
CMYK
RGB Variations
Color information
#23413D (or 0x23413D) is known color: Deep Teal. HEX triplet: 23, 41 and 3D. RGB value is (35,65,61). Sum of RGB (Red+Green+Blue) = 35+65+61=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #23413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23413D is #DCBEC2. Grayscale: #373737. Windows color (decimal): -14466755 or 4014371. OLE color: 4014371.
HSL color Cylindrical-coordinate representation of color #23413D: hue angle of 172º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #23413D is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 61 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.75 |
| HSL | 172º | 0.3% | 0.2% | - |
| HSV(B) | 172º | 0.46% | 0.25% | - |
| XYZ | 3.43 | 4.47 | 5.1 | - |
| YUV | 55.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 61 | 0.46 | 0 | 0.06 | 0.75 | 172 | 0.3 | 0.2 |
| Hex | 23 | 41 | 3D | 2E | 0 | 6 | 4B | AC | 1E | 14 |
| Octal | 43 | 101 | 75 | 56 | 0 | 6 | 113 | 254 | 36 | 24 |
| Binary | 100011 | 1000001 | 111101 | 101110 | 0 | 110 | 1001011 | 10101100 | 11110 | 10100 |
Color Harmonies of #23413D
Complementary color
Monochromatic Colors of #23413D
Black with #23413D
Text Example
Text Example
White with #23413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23413D; }
p { color: rgb(35,65,61); }
H1.HeaderClassName
{
color: #23413D;
}
.AnyTagClassName
{
color: #23413D;
}
</style>
background-color css
<style>
a { background-color: #23413D; }
a { background-color: rgb(35,65,61); }
div.DivClassName
{
background-color: #23413D;
}
.BgClassName
{
background-color: #23413D;
}
</style>
border-color css
<style>
span { border-color: #23413D; }
span { border-color: rgb(35,65,61); }
td.TdClassName
{
border-color: #23413D;
}
.TagClassName
{
border-color: #23413D;
}
</style>