Shades of Deep Teal #11433C
Tints of Deep Teal #11433C
RGB
CMYK
RGB Variations
Color information
#11433C (or 0x11433C) is known color: Deep Teal. HEX triplet: 11, 43 and 3C. RGB value is (17,67,60). Sum of RGB (Red+Green+Blue) = 17+67+60=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 67 - color contains mainly: green. Hex color #11433C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11433C is #EEBCC3. Grayscale: #333333. Windows color (decimal): -15645892 or 3949329. OLE color: 3949329.
HSL color Cylindrical-coordinate representation of color #11433C: hue angle of 171.6º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11433C is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 67 | 60 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.74 |
| HSL | 171.6º | 0.6% | 0.16% | - |
| HSV(B) | 171.6º | 0.75% | 0.26% | - |
| XYZ | 3.05 | 4.46 | 4.97 | - |
| YUV | 51.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 60 | 0.75 | 0 | 0.10 | 0.74 | 171.6 | 0.6 | 0.16 |
| Hex | 11 | 43 | 3C | 4B | 0 | A | 4A | AC | 3C | 10 |
| Octal | 21 | 103 | 74 | 113 | 0 | 12 | 112 | 254 | 74 | 20 |
| Binary | 10001 | 1000011 | 111100 | 1001011 | 0 | 1010 | 1001010 | 10101100 | 111100 | 10000 |
Color Harmonies of #11433C
Complementary color
Monochromatic Colors of #11433C
Black with #11433C
Text Example
Text Example
White with #11433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11433C; }
p { color: rgb(17,67,60); }
H1.HeaderClassName
{
color: #11433C;
}
.AnyTagClassName
{
color: #11433C;
}
</style>
background-color css
<style>
a { background-color: #11433C; }
a { background-color: rgb(17,67,60); }
div.DivClassName
{
background-color: #11433C;
}
.BgClassName
{
background-color: #11433C;
}
</style>
border-color css
<style>
span { border-color: #11433C; }
span { border-color: rgb(17,67,60); }
td.TdClassName
{
border-color: #11433C;
}
.TagClassName
{
border-color: #11433C;
}
</style>