Shades of Deep Teal #08453A
Tints of Deep Teal #08453A
RGB
CMYK
RGB Variations
Color information
#08453A (or 0x08453A) is known color: Deep Teal. HEX triplet: 08, 45 and 3A. RGB value is (8,69,58). Sum of RGB (Red+Green+Blue) = 8+69+58=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #08453A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08453A is #F7BAC5. Grayscale: #313131. Windows color (decimal): -16235206 or 3818760. OLE color: 3818760.
HSL color Cylindrical-coordinate representation of color #08453A: hue angle of 169.18º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08453A is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 69 | 58 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.73 |
| HSL | 169.18º | 0.79% | 0.15% | - |
| HSV(B) | 169.18º | 0.88% | 0.27% | - |
| XYZ | 2.99 | 4.61 | 4.74 | - |
| YUV | 49.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 58 | 0.88 | 0 | 0.16 | 0.73 | 169.18 | 0.79 | 0.15 |
| Hex | 8 | 45 | 3A | 58 | 0 | 10 | 49 | A9 | 4F | F |
| Octal | 10 | 105 | 72 | 130 | 0 | 20 | 111 | 251 | 117 | 17 |
| Binary | 1000 | 1000101 | 111010 | 1011000 | 0 | 10000 | 1001001 | 10101001 | 1001111 | 1111 |
Color Harmonies of #08453A
Complementary color
Monochromatic Colors of #08453A
Black with #08453A
Text Example
Text Example
White with #08453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08453A; }
p { color: rgb(8,69,58); }
H1.HeaderClassName
{
color: #08453A;
}
.AnyTagClassName
{
color: #08453A;
}
</style>
background-color css
<style>
a { background-color: #08453A; }
a { background-color: rgb(8,69,58); }
div.DivClassName
{
background-color: #08453A;
}
.BgClassName
{
background-color: #08453A;
}
</style>
border-color css
<style>
span { border-color: #08453A; }
span { border-color: rgb(8,69,58); }
td.TdClassName
{
border-color: #08453A;
}
.TagClassName
{
border-color: #08453A;
}
</style>