Shades of Deep Teal #034234
Tints of Deep Teal #034234
RGB
CMYK
RGB Variations
Color information
#034234 (or 0x034234) is known color: Deep Teal. HEX triplet: 03, 42 and 34. RGB value is (3,66,52). Sum of RGB (Red+Green+Blue) = 3+66+52=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #034234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034234 is #FCBDCB. Grayscale: #2D2D2D. Windows color (decimal): -16563660 or 3424771. OLE color: 3424771.
HSL color Cylindrical-coordinate representation of color #034234: hue angle of 166.67º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034234 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 66 | 52 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.74 |
| HSL | 166.67º | 0.91% | 0.14% | - |
| HSV(B) | 166.67º | 0.95% | 0.26% | - |
| XYZ | 2.61 | 4.16 | 3.92 | - |
| YUV | 45.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 52 | 0.95 | 0 | 0.21 | 0.74 | 166.67 | 0.91 | 0.14 |
| Hex | 3 | 42 | 34 | 5F | 0 | 15 | 4A | A7 | 5B | E |
| Octal | 3 | 102 | 64 | 137 | 0 | 25 | 112 | 247 | 133 | 16 |
| Binary | 11 | 1000010 | 110100 | 1011111 | 0 | 10101 | 1001010 | 10100111 | 1011011 | 1110 |
Color Harmonies of #034234
Complementary color
Monochromatic Colors of #034234
Black with #034234
Text Example
Text Example
White with #034234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034234; }
p { color: rgb(3,66,52); }
H1.HeaderClassName
{
color: #034234;
}
.AnyTagClassName
{
color: #034234;
}
</style>
background-color css
<style>
a { background-color: #034234; }
a { background-color: rgb(3,66,52); }
div.DivClassName
{
background-color: #034234;
}
.BgClassName
{
background-color: #034234;
}
</style>
border-color css
<style>
span { border-color: #034234; }
span { border-color: rgb(3,66,52); }
td.TdClassName
{
border-color: #034234;
}
.TagClassName
{
border-color: #034234;
}
</style>