Shades of Deep Teal #0C3430
Tints of Deep Teal #0C3430
RGB
CMYK
RGB Variations
Color information
#0C3430 (or 0x0C3430) is known color: Deep Teal. HEX triplet: 0C, 34 and 30. RGB value is (12,52,48). Sum of RGB (Red+Green+Blue) = 12+52+48=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3430 is #F3CBCF. Grayscale: #272727. Windows color (decimal): -15977424 or 3159052. OLE color: 3159052.
HSL color Cylindrical-coordinate representation of color #0C3430: hue angle of 174º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C3430 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 52 | 48 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.80 |
| HSL | 174º | 0.63% | 0.13% | - |
| HSV(B) | 174º | 0.77% | 0.2% | - |
| XYZ | 1.91 | 2.75 | 3.23 | - |
| YUV | 39.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 48 | 0.77 | 0 | 0.08 | 0.80 | 174 | 0.63 | 0.13 |
| Hex | C | 34 | 30 | 4D | 0 | 8 | 50 | AE | 3E | D |
| Octal | 14 | 64 | 60 | 115 | 0 | 10 | 120 | 256 | 76 | 15 |
| Binary | 1100 | 110100 | 110000 | 1001101 | 0 | 1000 | 1010000 | 10101110 | 111110 | 1101 |
Color Harmonies of #0C3430
Complementary color
Monochromatic Colors of #0C3430
Black with #0C3430
Text Example
Text Example
White with #0C3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3430; }
p { color: rgb(12,52,48); }
H1.HeaderClassName
{
color: #0C3430;
}
.AnyTagClassName
{
color: #0C3430;
}
</style>
background-color css
<style>
a { background-color: #0C3430; }
a { background-color: rgb(12,52,48); }
div.DivClassName
{
background-color: #0C3430;
}
.BgClassName
{
background-color: #0C3430;
}
</style>
border-color css
<style>
span { border-color: #0C3430; }
span { border-color: rgb(12,52,48); }
td.TdClassName
{
border-color: #0C3430;
}
.TagClassName
{
border-color: #0C3430;
}
</style>