Shades of Deep Teal #1F433F
Tints of Deep Teal #1F433F
RGB
CMYK
RGB Variations
Color information
#1F433F (or 0x1F433F) is known color: Deep Teal. HEX triplet: 1F, 43 and 3F. RGB value is (31,67,63). Sum of RGB (Red+Green+Blue) = 31+67+63=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #1F433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F433F is #E0BCC0. Grayscale: #373737. Windows color (decimal): -14728385 or 4145951. OLE color: 4145951.
HSL color Cylindrical-coordinate representation of color #1F433F: hue angle of 173.33º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F433F is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 67 | 63 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.74 |
| HSL | 173.33º | 0.37% | 0.19% | - |
| HSV(B) | 173.33º | 0.54% | 0.26% | - |
| XYZ | 3.47 | 4.66 | 5.42 | - |
| YUV | 55.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 63 | 0.54 | 0 | 0.06 | 0.74 | 173.33 | 0.37 | 0.19 |
| Hex | 1F | 43 | 3F | 36 | 0 | 6 | 4A | AD | 25 | 13 |
| Octal | 37 | 103 | 77 | 66 | 0 | 6 | 112 | 255 | 45 | 23 |
| Binary | 11111 | 1000011 | 111111 | 110110 | 0 | 110 | 1001010 | 10101101 | 100101 | 10011 |
Color Harmonies of #1F433F
Complementary color
Monochromatic Colors of #1F433F
Black with #1F433F
Text Example
Text Example
White with #1F433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F433F; }
p { color: rgb(31,67,63); }
H1.HeaderClassName
{
color: #1F433F;
}
.AnyTagClassName
{
color: #1F433F;
}
</style>
background-color css
<style>
a { background-color: #1F433F; }
a { background-color: rgb(31,67,63); }
div.DivClassName
{
background-color: #1F433F;
}
.BgClassName
{
background-color: #1F433F;
}
</style>
border-color css
<style>
span { border-color: #1F433F; }
span { border-color: rgb(31,67,63); }
td.TdClassName
{
border-color: #1F433F;
}
.TagClassName
{
border-color: #1F433F;
}
</style>