Shades of Deep Teal #094C3C
Tints of Deep Teal #094C3C
RGB
CMYK
RGB Variations
Color information
#094C3C (or 0x094C3C) is known color: Deep Teal. HEX triplet: 09, 4C and 3C. RGB value is (9,76,60). Sum of RGB (Red+Green+Blue) = 9+76+60=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #094C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094C3C is #F6B3C3. Grayscale: #363636. Windows color (decimal): -16167876 or 3951625. OLE color: 3951625.
HSL color Cylindrical-coordinate representation of color #094C3C: hue angle of 165.67º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094C3C is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 76 | 60 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.70 |
| HSL | 165.67º | 0.79% | 0.17% | - |
| HSV(B) | 165.67º | 0.88% | 0.3% | - |
| XYZ | 3.51 | 5.55 | 5.16 | - |
| YUV | 54.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 60 | 0.88 | 0 | 0.21 | 0.70 | 165.67 | 0.79 | 0.17 |
| Hex | 9 | 4C | 3C | 58 | 0 | 15 | 46 | A6 | 4F | 11 |
| Octal | 11 | 114 | 74 | 130 | 0 | 25 | 106 | 246 | 117 | 21 |
| Binary | 1001 | 1001100 | 111100 | 1011000 | 0 | 10101 | 1000110 | 10100110 | 1001111 | 10001 |
Color Harmonies of #094C3C
Complementary color
Monochromatic Colors of #094C3C
Black with #094C3C
Text Example
Text Example
White with #094C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094C3C; }
p { color: rgb(9,76,60); }
H1.HeaderClassName
{
color: #094C3C;
}
.AnyTagClassName
{
color: #094C3C;
}
</style>
background-color css
<style>
a { background-color: #094C3C; }
a { background-color: rgb(9,76,60); }
div.DivClassName
{
background-color: #094C3C;
}
.BgClassName
{
background-color: #094C3C;
}
</style>
border-color css
<style>
span { border-color: #094C3C; }
span { border-color: rgb(9,76,60); }
td.TdClassName
{
border-color: #094C3C;
}
.TagClassName
{
border-color: #094C3C;
}
</style>