Shades of Submarine #8EA5A3
Tints of Submarine #8EA5A3
RGB
CMYK
RGB Variations
Color information
#8EA5A3 (or 0x8EA5A3) is known color: Submarine. HEX triplet: 8E, A5 and A3. RGB value is (142,165,163). Sum of RGB (Red+Green+Blue) = 142+165+163=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA5A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA5A3 is #715A5C. Grayscale: #9D9D9D. Windows color (decimal): -7428701 or 10724750. OLE color: 10724750.
HSL color Cylindrical-coordinate representation of color #8EA5A3: hue angle of 174.78º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8EA5A3 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 165 | 163 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.35 |
| HSL | 174.78º | 0.11% | 0.6% | - |
| HSV(B) | 174.78º | 0.14% | 0.65% | - |
| XYZ | 31.22 | 35.31 | 39.82 | - |
| YUV | 157.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 165 | 163 | 0.14 | 0 | 0.01 | 0.35 | 174.78 | 0.11 | 0.6 |
| Hex | 8E | A5 | A3 | E | 0 | 1 | 23 | AF | B | 3C |
| Octal | 216 | 245 | 243 | 16 | 0 | 1 | 43 | 257 | 13 | 74 |
| Binary | 10001110 | 10100101 | 10100011 | 1110 | 0 | 1 | 100011 | 10101111 | 1011 | 111100 |
Color Harmonies of #8EA5A3
Complementary color
Monochromatic Colors of #8EA5A3
Black with #8EA5A3
Text Example
Text Example
White with #8EA5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA5A3; }
p { color: rgb(142,165,163); }
H1.HeaderClassName
{
color: #8EA5A3;
}
.AnyTagClassName
{
color: #8EA5A3;
}
</style>
background-color css
<style>
a { background-color: #8EA5A3; }
a { background-color: rgb(142,165,163); }
div.DivClassName
{
background-color: #8EA5A3;
}
.BgClassName
{
background-color: #8EA5A3;
}
</style>
border-color css
<style>
span { border-color: #8EA5A3; }
span { border-color: rgb(142,165,163); }
td.TdClassName
{
border-color: #8EA5A3;
}
.TagClassName
{
border-color: #8EA5A3;
}
</style>