Shades of Deep Teal #0D3A30
Tints of Deep Teal #0D3A30
RGB
CMYK
RGB Variations
Color information
#0D3A30 (or 0x0D3A30) is known color: Deep Teal. HEX triplet: 0D, 3A and 30. RGB value is (13,58,48). Sum of RGB (Red+Green+Blue) = 13+58+48=119 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.92% from 119); Green value is 58 (23.05% from 255 or 48.74% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 58 - color contains mainly: green. Hex color #0D3A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3A30 is #F2C5CF. Grayscale: #2B2B2B. Windows color (decimal): -15910352 or 3160589. OLE color: 3160589.
HSL color Cylindrical-coordinate representation of color #0D3A30: hue angle of 166.67º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D3A30 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 13 | 58 | 48 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.77 |
| HSL | 166.67º | 0.63% | 0.14% | - |
| HSV(B) | 166.67º | 0.78% | 0.23% | - |
| XYZ | 2.21 | 3.33 | 3.32 | - |
| YUV | 43.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 48 | 0.78 | 0 | 0.17 | 0.77 | 166.67 | 0.63 | 0.14 |
| Hex | D | 3A | 30 | 4E | 0 | 11 | 4D | A7 | 3F | E |
| Octal | 15 | 72 | 60 | 116 | 0 | 21 | 115 | 247 | 77 | 16 |
| Binary | 1101 | 111010 | 110000 | 1001110 | 0 | 10001 | 1001101 | 10100111 | 111111 | 1110 |
Color Harmonies of #0D3A30
Complementary color
Monochromatic Colors of #0D3A30
Black with #0D3A30
Text Example
Text Example
White with #0D3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3A30; }
p { color: rgb(13,58,48); }
H1.HeaderClassName
{
color: #0D3A30;
}
.AnyTagClassName
{
color: #0D3A30;
}
</style>
background-color css
<style>
a { background-color: #0D3A30; }
a { background-color: rgb(13,58,48); }
div.DivClassName
{
background-color: #0D3A30;
}
.BgClassName
{
background-color: #0D3A30;
}
</style>
border-color css
<style>
span { border-color: #0D3A30; }
span { border-color: rgb(13,58,48); }
td.TdClassName
{
border-color: #0D3A30;
}
.TagClassName
{
border-color: #0D3A30;
}
</style>