Shades of Deep Teal #10433C
Tints of Deep Teal #10433C
RGB
CMYK
RGB Variations
Color information
#10433C (or 0x10433C) is known color: Deep Teal. HEX triplet: 10, 43 and 3C. RGB value is (16,67,60). Sum of RGB (Red+Green+Blue) = 16+67+60=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #10433C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10433C is #EFBCC3. Grayscale: #323232. Windows color (decimal): -15711428 or 3949328. OLE color: 3949328.
HSL color Cylindrical-coordinate representation of color #10433C: hue angle of 171.76º 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 #10433C is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 67 | 60 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.74 |
| HSL | 171.76º | 0.61% | 0.16% | - |
| HSV(B) | 171.76º | 0.76% | 0.26% | - |
| XYZ | 3.04 | 4.45 | 4.97 | - |
| YUV | 50.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 60 | 0.76 | 0 | 0.10 | 0.74 | 171.76 | 0.61 | 0.16 |
| Hex | 10 | 43 | 3C | 4C | 0 | A | 4A | AC | 3D | 10 |
| Octal | 20 | 103 | 74 | 114 | 0 | 12 | 112 | 254 | 75 | 20 |
| Binary | 10000 | 1000011 | 111100 | 1001100 | 0 | 1010 | 1001010 | 10101100 | 111101 | 10000 |
Color Harmonies of #10433C
Complementary color
Monochromatic Colors of #10433C
Black with #10433C
Text Example
Text Example
White with #10433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10433C; }
p { color: rgb(16,67,60); }
H1.HeaderClassName
{
color: #10433C;
}
.AnyTagClassName
{
color: #10433C;
}
</style>
background-color css
<style>
a { background-color: #10433C; }
a { background-color: rgb(16,67,60); }
div.DivClassName
{
background-color: #10433C;
}
.BgClassName
{
background-color: #10433C;
}
</style>
border-color css
<style>
span { border-color: #10433C; }
span { border-color: rgb(16,67,60); }
td.TdClassName
{
border-color: #10433C;
}
.TagClassName
{
border-color: #10433C;
}
</style>