Shades of Submarine #8DA0A3
Tints of Submarine #8DA0A3
RGB
CMYK
RGB Variations
Color information
#8DA0A3 (or 0x8DA0A3) is known color: Submarine. HEX triplet: 8D, A0 and A3. RGB value is (141,160,163). Sum of RGB (Red+Green+Blue) = 141+160+163=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 163 - color contains mainly: blue. Hex color #8DA0A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA0A3 is #725F5C. Grayscale: #9A9A9A. Windows color (decimal): -7495517 or 10723469. OLE color: 10723469.
HSL color Cylindrical-coordinate representation of color #8DA0A3: hue angle of 188.18º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8DA0A3 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 160 | 163 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.36 |
| HSL | 188.18º | 0.11% | 0.6% | - |
| HSV(B) | 188.18º | 0.13% | 0.64% | - |
| XYZ | 30.17 | 33.45 | 39.52 | - |
| YUV | 154.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 163 | 0.13 | 0.02 | 0 | 0.36 | 188.18 | 0.11 | 0.6 |
| Hex | 8D | A0 | A3 | D | 2 | 0 | 24 | BC | B | 3C |
| Octal | 215 | 240 | 243 | 15 | 2 | 0 | 44 | 274 | 13 | 74 |
| Binary | 10001101 | 10100000 | 10100011 | 1101 | 10 | 0 | 100100 | 10111100 | 1011 | 111100 |
Color Harmonies of #8DA0A3
Complementary color
Monochromatic Colors of #8DA0A3
Black with #8DA0A3
Text Example
Text Example
White with #8DA0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA0A3; }
p { color: rgb(141,160,163); }
H1.HeaderClassName
{
color: #8DA0A3;
}
.AnyTagClassName
{
color: #8DA0A3;
}
</style>
background-color css
<style>
a { background-color: #8DA0A3; }
a { background-color: rgb(141,160,163); }
div.DivClassName
{
background-color: #8DA0A3;
}
.BgClassName
{
background-color: #8DA0A3;
}
</style>
border-color css
<style>
span { border-color: #8DA0A3; }
span { border-color: rgb(141,160,163); }
td.TdClassName
{
border-color: #8DA0A3;
}
.TagClassName
{
border-color: #8DA0A3;
}
</style>