Shades of Deep Teal #0C4338
Tints of Deep Teal #0C4338
RGB
CMYK
RGB Variations
Color information
#0C4338 (or 0x0C4338) is known color: Deep Teal. HEX triplet: 0C, 43 and 38. RGB value is (12,67,56). Sum of RGB (Red+Green+Blue) = 12+67+56=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4338 is #F3BCC7. Grayscale: #313131. Windows color (decimal): -15973576 or 3687180. OLE color: 3687180.
HSL color Cylindrical-coordinate representation of color #0C4338: hue angle of 168º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4338 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 67 | 56 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.74 |
| HSL | 168º | 0.7% | 0.15% | - |
| HSV(B) | 168º | 0.82% | 0.26% | - |
| XYZ | 2.87 | 4.38 | 4.44 | - |
| YUV | 49.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 56 | 0.82 | 0 | 0.16 | 0.74 | 168 | 0.7 | 0.15 |
| Hex | C | 43 | 38 | 52 | 0 | 10 | 4A | A8 | 46 | F |
| Octal | 14 | 103 | 70 | 122 | 0 | 20 | 112 | 250 | 106 | 17 |
| Binary | 1100 | 1000011 | 111000 | 1010010 | 0 | 10000 | 1001010 | 10101000 | 1000110 | 1111 |
Color Harmonies of #0C4338
Complementary color
Monochromatic Colors of #0C4338
Black with #0C4338
Text Example
Text Example
White with #0C4338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4338; }
p { color: rgb(12,67,56); }
H1.HeaderClassName
{
color: #0C4338;
}
.AnyTagClassName
{
color: #0C4338;
}
</style>
background-color css
<style>
a { background-color: #0C4338; }
a { background-color: rgb(12,67,56); }
div.DivClassName
{
background-color: #0C4338;
}
.BgClassName
{
background-color: #0C4338;
}
</style>
border-color css
<style>
span { border-color: #0C4338; }
span { border-color: rgb(12,67,56); }
td.TdClassName
{
border-color: #0C4338;
}
.TagClassName
{
border-color: #0C4338;
}
</style>