Shades of Deep Teal #223F3C
Tints of Deep Teal #223F3C
RGB
CMYK
RGB Variations
Color information
#223F3C (or 0x223F3C) is known color: Deep Teal. HEX triplet: 22, 3F and 3C. RGB value is (34,63,60). Sum of RGB (Red+Green+Blue) = 34+63+60=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 63 - color contains mainly: green. Hex color #223F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223F3C is #DDC0C3. Grayscale: #353535. Windows color (decimal): -14532804 or 3948322. OLE color: 3948322.
HSL color Cylindrical-coordinate representation of color #223F3C: hue angle of 173.79º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #223F3C is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 63 | 60 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.75 |
| HSL | 173.79º | 0.3% | 0.19% | - |
| HSV(B) | 173.79º | 0.46% | 0.25% | - |
| XYZ | 3.25 | 4.22 | 4.92 | - |
| YUV | 53.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 60 | 0.46 | 0 | 0.05 | 0.75 | 173.79 | 0.3 | 0.19 |
| Hex | 22 | 3F | 3C | 2E | 0 | 5 | 4B | AE | 1E | 13 |
| Octal | 42 | 77 | 74 | 56 | 0 | 5 | 113 | 256 | 36 | 23 |
| Binary | 100010 | 111111 | 111100 | 101110 | 0 | 101 | 1001011 | 10101110 | 11110 | 10011 |
Color Harmonies of #223F3C
Complementary color
Monochromatic Colors of #223F3C
Black with #223F3C
Text Example
Text Example
White with #223F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F3C; }
p { color: rgb(34,63,60); }
H1.HeaderClassName
{
color: #223F3C;
}
.AnyTagClassName
{
color: #223F3C;
}
</style>
background-color css
<style>
a { background-color: #223F3C; }
a { background-color: rgb(34,63,60); }
div.DivClassName
{
background-color: #223F3C;
}
.BgClassName
{
background-color: #223F3C;
}
</style>
border-color css
<style>
span { border-color: #223F3C; }
span { border-color: rgb(34,63,60); }
td.TdClassName
{
border-color: #223F3C;
}
.TagClassName
{
border-color: #223F3C;
}
</style>