Shades of Deep Teal #1F4B44
Tints of Deep Teal #1F4B44
RGB
CMYK
RGB Variations
Color information
#1F4B44 (or 0x1F4B44) is known color: Deep Teal. HEX triplet: 1F, 4B and 44. RGB value is (31,75,68). Sum of RGB (Red+Green+Blue) = 31+75+68=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4B44 is #E0B4BB. Grayscale: #3D3D3D. Windows color (decimal): -14726332 or 4475679. OLE color: 4475679.
HSL color Cylindrical-coordinate representation of color #1F4B44: hue angle of 170.45º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F4B44 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 75 | 68 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.71 |
| HSL | 170.45º | 0.42% | 0.21% | - |
| HSV(B) | 170.45º | 0.59% | 0.29% | - |
| XYZ | 4.12 | 5.74 | 6.36 | - |
| YUV | 61.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 68 | 0.59 | 0 | 0.09 | 0.71 | 170.45 | 0.42 | 0.21 |
| Hex | 1F | 4B | 44 | 3B | 0 | 9 | 47 | AA | 2A | 15 |
| Octal | 37 | 113 | 104 | 73 | 0 | 11 | 107 | 252 | 52 | 25 |
| Binary | 11111 | 1001011 | 1000100 | 111011 | 0 | 1001 | 1000111 | 10101010 | 101010 | 10101 |
Color Harmonies of #1F4B44
Complementary color
Monochromatic Colors of #1F4B44
Black with #1F4B44
Text Example
Text Example
White with #1F4B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4B44; }
p { color: rgb(31,75,68); }
H1.HeaderClassName
{
color: #1F4B44;
}
.AnyTagClassName
{
color: #1F4B44;
}
</style>
background-color css
<style>
a { background-color: #1F4B44; }
a { background-color: rgb(31,75,68); }
div.DivClassName
{
background-color: #1F4B44;
}
.BgClassName
{
background-color: #1F4B44;
}
</style>
border-color css
<style>
span { border-color: #1F4B44; }
span { border-color: rgb(31,75,68); }
td.TdClassName
{
border-color: #1F4B44;
}
.TagClassName
{
border-color: #1F4B44;
}
</style>