Shades of Deep Teal #10523F
Tints of Deep Teal #10523F
RGB
CMYK
RGB Variations
Color information
#10523F (or 0x10523F) is known color: Deep Teal. HEX triplet: 10, 52 and 3F. RGB value is (16,82,63). Sum of RGB (Red+Green+Blue) = 16+82+63=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #10523F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10523F is #EFADC0. Grayscale: #3C3C3C. Windows color (decimal): -15707585 or 4149776. OLE color: 4149776.
HSL color Cylindrical-coordinate representation of color #10523F: hue angle of 162.73º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10523F is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 82 | 63 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.68 |
| HSL | 162.73º | 0.67% | 0.19% | - |
| HSV(B) | 162.73º | 0.8% | 0.32% | - |
| XYZ | 4.13 | 6.5 | 5.74 | - |
| YUV | 60.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 63 | 0.80 | 0 | 0.23 | 0.68 | 162.73 | 0.67 | 0.19 |
| Hex | 10 | 52 | 3F | 50 | 0 | 17 | 44 | A3 | 43 | 13 |
| Octal | 20 | 122 | 77 | 120 | 0 | 27 | 104 | 243 | 103 | 23 |
| Binary | 10000 | 1010010 | 111111 | 1010000 | 0 | 10111 | 1000100 | 10100011 | 1000011 | 10011 |
Color Harmonies of #10523F
Complementary color
Monochromatic Colors of #10523F
Black with #10523F
Text Example
Text Example
White with #10523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10523F; }
p { color: rgb(16,82,63); }
H1.HeaderClassName
{
color: #10523F;
}
.AnyTagClassName
{
color: #10523F;
}
</style>
background-color css
<style>
a { background-color: #10523F; }
a { background-color: rgb(16,82,63); }
div.DivClassName
{
background-color: #10523F;
}
.BgClassName
{
background-color: #10523F;
}
</style>
border-color css
<style>
span { border-color: #10523F; }
span { border-color: rgb(16,82,63); }
td.TdClassName
{
border-color: #10523F;
}
.TagClassName
{
border-color: #10523F;
}
</style>