Shades of Deep Teal #004135
Tints of Deep Teal #004135
RGB
CMYK
RGB Variations
Color information
#004135 (or 0x004135) is known color: Deep Teal. HEX triplet: 00, 41 and 35. RGB value is (0,65,53). Sum of RGB (Red+Green+Blue) = 0+65+53=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #004135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004135 is #FFBECA. Grayscale: #2C2C2C. Windows color (decimal): -16760523 or 3490048. OLE color: 3490048.
HSL color Cylindrical-coordinate representation of color #004135: hue angle of 168.92º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004135 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 65 | 53 | - |
| CMYK | 1 | 0 | 0.18 | 0.75 |
| HSL | 168.92º | 1% | 0.13% | - |
| HSV(B) | 168.92º | 1% | 0.25% | - |
| XYZ | 2.53 | 4.04 | 4.01 | - |
| YUV | 44.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 53 | 1 | 0 | 0.18 | 0.75 | 168.92 | 1 | 0.13 |
| Hex | 0 | 41 | 35 | 64 | 0 | 12 | 4B | A9 | 64 | D |
| Octal | 0 | 101 | 65 | 144 | 0 | 22 | 113 | 251 | 144 | 15 |
| Binary | 0 | 1000001 | 110101 | 1100100 | 0 | 10010 | 1001011 | 10101001 | 1100100 | 1101 |
Color Harmonies of #004135
Complementary color
Monochromatic Colors of #004135
Black with #004135
Text Example
Text Example
White with #004135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004135; }
p { color: rgb(0,65,53); }
H1.HeaderClassName
{
color: #004135;
}
.AnyTagClassName
{
color: #004135;
}
</style>
background-color css
<style>
a { background-color: #004135; }
a { background-color: rgb(0,65,53); }
div.DivClassName
{
background-color: #004135;
}
.BgClassName
{
background-color: #004135;
}
</style>
border-color css
<style>
span { border-color: #004135; }
span { border-color: rgb(0,65,53); }
td.TdClassName
{
border-color: #004135;
}
.TagClassName
{
border-color: #004135;
}
</style>