Shades of Deep Teal #0C3A30
Tints of Deep Teal #0C3A30
RGB
CMYK
RGB Variations
Color information
#0C3A30 (or 0x0C3A30) is known color: Deep Teal. HEX triplet: 0C, 3A and 30. RGB value is (12,58,48). Sum of RGB (Red+Green+Blue) = 12+58+48=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 58 (23.05% from 255 or 49.15% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 58 - color contains mainly: green. Hex color #0C3A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3A30 is #F3C5CF. Grayscale: #2B2B2B. Windows color (decimal): -15975888 or 3160588. OLE color: 3160588.
HSL color Cylindrical-coordinate representation of color #0C3A30: hue angle of 166.96º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3A30 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 58 | 48 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.77 |
| HSL | 166.96º | 0.66% | 0.14% | - |
| HSV(B) | 166.96º | 0.79% | 0.23% | - |
| XYZ | 2.2 | 3.32 | 3.32 | - |
| YUV | 43.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 58 | 48 | 0.79 | 0 | 0.17 | 0.77 | 166.96 | 0.66 | 0.14 |
| Hex | C | 3A | 30 | 4F | 0 | 11 | 4D | A7 | 42 | E |
| Octal | 14 | 72 | 60 | 117 | 0 | 21 | 115 | 247 | 102 | 16 |
| Binary | 1100 | 111010 | 110000 | 1001111 | 0 | 10001 | 1001101 | 10100111 | 1000010 | 1110 |
Color Harmonies of #0C3A30
Complementary color
Monochromatic Colors of #0C3A30
Black with #0C3A30
Text Example
Text Example
White with #0C3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3A30; }
p { color: rgb(12,58,48); }
H1.HeaderClassName
{
color: #0C3A30;
}
.AnyTagClassName
{
color: #0C3A30;
}
</style>
background-color css
<style>
a { background-color: #0C3A30; }
a { background-color: rgb(12,58,48); }
div.DivClassName
{
background-color: #0C3A30;
}
.BgClassName
{
background-color: #0C3A30;
}
</style>
border-color css
<style>
span { border-color: #0C3A30; }
span { border-color: rgb(12,58,48); }
td.TdClassName
{
border-color: #0C3A30;
}
.TagClassName
{
border-color: #0C3A30;
}
</style>