Shades of Deep Teal #10423C
Tints of Deep Teal #10423C
RGB
CMYK
RGB Variations
Color information
#10423C (or 0x10423C) is known color: Deep Teal. HEX triplet: 10, 42 and 3C. RGB value is (16,66,60). Sum of RGB (Red+Green+Blue) = 16+66+60=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #10423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10423C is #EFBDC3. Grayscale: #323232. Windows color (decimal): -15711684 or 3949072. OLE color: 3949072.
HSL color Cylindrical-coordinate representation of color #10423C: hue angle of 172.8º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10423C is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 66 | 60 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.74 |
| HSL | 172.8º | 0.61% | 0.16% | - |
| HSV(B) | 172.8º | 0.76% | 0.26% | - |
| XYZ | 2.98 | 4.33 | 4.95 | - |
| YUV | 50.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 60 | 0.76 | 0 | 0.09 | 0.74 | 172.8 | 0.61 | 0.16 |
| Hex | 10 | 42 | 3C | 4C | 0 | 9 | 4A | AD | 3D | 10 |
| Octal | 20 | 102 | 74 | 114 | 0 | 11 | 112 | 255 | 75 | 20 |
| Binary | 10000 | 1000010 | 111100 | 1001100 | 0 | 1001 | 1001010 | 10101101 | 111101 | 10000 |
Color Harmonies of #10423C
Complementary color
Monochromatic Colors of #10423C
Black with #10423C
Text Example
Text Example
White with #10423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10423C; }
p { color: rgb(16,66,60); }
H1.HeaderClassName
{
color: #10423C;
}
.AnyTagClassName
{
color: #10423C;
}
</style>
background-color css
<style>
a { background-color: #10423C; }
a { background-color: rgb(16,66,60); }
div.DivClassName
{
background-color: #10423C;
}
.BgClassName
{
background-color: #10423C;
}
</style>
border-color css
<style>
span { border-color: #10423C; }
span { border-color: rgb(16,66,60); }
td.TdClassName
{
border-color: #10423C;
}
.TagClassName
{
border-color: #10423C;
}
</style>