Shades of Deep Teal #08553F
Tints of Deep Teal #08553F
RGB
CMYK
RGB Variations
Color information
#08553F (or 0x08553F) is known color: Deep Teal. HEX triplet: 08, 55 and 3F. RGB value is (8,85,63). Sum of RGB (Red+Green+Blue) = 8+85+63=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #08553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08553F is #F7AAC0. Grayscale: #3B3B3B. Windows color (decimal): -16231105 or 4150536. OLE color: 4150536.
HSL color Cylindrical-coordinate representation of color #08553F: hue angle of 162.86º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08553F is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 85 | 63 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.67 |
| HSL | 162.86º | 0.83% | 0.18% | - |
| HSV(B) | 162.86º | 0.91% | 0.33% | - |
| XYZ | 4.25 | 6.91 | 5.81 | - |
| YUV | 59.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 63 | 0.91 | 0 | 0.26 | 0.67 | 162.86 | 0.83 | 0.18 |
| Hex | 8 | 55 | 3F | 5B | 0 | 1A | 43 | A3 | 53 | 12 |
| Octal | 10 | 125 | 77 | 133 | 0 | 32 | 103 | 243 | 123 | 22 |
| Binary | 1000 | 1010101 | 111111 | 1011011 | 0 | 11010 | 1000011 | 10100011 | 1010011 | 10010 |
Color Harmonies of #08553F
Complementary color
Monochromatic Colors of #08553F
Black with #08553F
Text Example
Text Example
White with #08553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08553F; }
p { color: rgb(8,85,63); }
H1.HeaderClassName
{
color: #08553F;
}
.AnyTagClassName
{
color: #08553F;
}
</style>
background-color css
<style>
a { background-color: #08553F; }
a { background-color: rgb(8,85,63); }
div.DivClassName
{
background-color: #08553F;
}
.BgClassName
{
background-color: #08553F;
}
</style>
border-color css
<style>
span { border-color: #08553F; }
span { border-color: rgb(8,85,63); }
td.TdClassName
{
border-color: #08553F;
}
.TagClassName
{
border-color: #08553F;
}
</style>