Shades of Deep Teal #0C4138
Tints of Deep Teal #0C4138
RGB
CMYK
RGB Variations
Color information
#0C4138 (or 0x0C4138) is known color: Deep Teal. HEX triplet: 0C, 41 and 38. RGB value is (12,65,56). Sum of RGB (Red+Green+Blue) = 12+65+56=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #0C4138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4138 is #F3BEC7. Grayscale: #303030. Windows color (decimal): -15974088 or 3686668. OLE color: 3686668.
HSL color Cylindrical-coordinate representation of color #0C4138: hue angle of 169.81º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4138 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 56 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.75 |
| HSL | 169.81º | 0.69% | 0.15% | - |
| HSV(B) | 169.81º | 0.82% | 0.25% | - |
| XYZ | 2.76 | 4.14 | 4.4 | - |
| YUV | 48.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 56 | 0.82 | 0 | 0.14 | 0.75 | 169.81 | 0.69 | 0.15 |
| Hex | C | 41 | 38 | 52 | 0 | E | 4B | AA | 45 | F |
| Octal | 14 | 101 | 70 | 122 | 0 | 16 | 113 | 252 | 105 | 17 |
| Binary | 1100 | 1000001 | 111000 | 1010010 | 0 | 1110 | 1001011 | 10101010 | 1000101 | 1111 |
Color Harmonies of #0C4138
Complementary color
Monochromatic Colors of #0C4138
Black with #0C4138
Text Example
Text Example
White with #0C4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4138; }
p { color: rgb(12,65,56); }
H1.HeaderClassName
{
color: #0C4138;
}
.AnyTagClassName
{
color: #0C4138;
}
</style>
background-color css
<style>
a { background-color: #0C4138; }
a { background-color: rgb(12,65,56); }
div.DivClassName
{
background-color: #0C4138;
}
.BgClassName
{
background-color: #0C4138;
}
</style>
border-color css
<style>
span { border-color: #0C4138; }
span { border-color: rgb(12,65,56); }
td.TdClassName
{
border-color: #0C4138;
}
.TagClassName
{
border-color: #0C4138;
}
</style>