Shades of Deep Teal #023D34
Tints of Deep Teal #023D34
RGB
CMYK
RGB Variations
Color information
#023D34 (or 0x023D34) is known color: Deep Teal. HEX triplet: 02, 3D and 34. RGB value is (2,61,52). Sum of RGB (Red+Green+Blue) = 2+61+52=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 61 (24.22% from 255 or 53.04% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 61 - color contains mainly: green. Hex color #023D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D34 is #FDC2CB. Grayscale: #2A2A2A. Windows color (decimal): -16630476 or 3423490. OLE color: 3423490.
HSL color Cylindrical-coordinate representation of color #023D34: hue angle of 170.85º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023D34 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 61 | 52 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.76 |
| HSL | 170.85º | 0.94% | 0.12% | - |
| HSV(B) | 170.85º | 0.97% | 0.24% | - |
| XYZ | 2.31 | 3.6 | 3.82 | - |
| YUV | 42.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 52 | 0.97 | 0 | 0.15 | 0.76 | 170.85 | 0.94 | 0.12 |
| Hex | 2 | 3D | 34 | 61 | 0 | F | 4C | AB | 5E | C |
| Octal | 2 | 75 | 64 | 141 | 0 | 17 | 114 | 253 | 136 | 14 |
| Binary | 10 | 111101 | 110100 | 1100001 | 0 | 1111 | 1001100 | 10101011 | 1011110 | 1100 |
Color Harmonies of #023D34
Complementary color
Monochromatic Colors of #023D34
Black with #023D34
Text Example
Text Example
White with #023D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D34; }
p { color: rgb(2,61,52); }
H1.HeaderClassName
{
color: #023D34;
}
.AnyTagClassName
{
color: #023D34;
}
</style>
background-color css
<style>
a { background-color: #023D34; }
a { background-color: rgb(2,61,52); }
div.DivClassName
{
background-color: #023D34;
}
.BgClassName
{
background-color: #023D34;
}
</style>
border-color css
<style>
span { border-color: #023D34; }
span { border-color: rgb(2,61,52); }
td.TdClassName
{
border-color: #023D34;
}
.TagClassName
{
border-color: #023D34;
}
</style>