Shades of Submarine #8AA4A4
Tints of Submarine #8AA4A4
RGB
CMYK
RGB Variations
Color information
#8AA4A4 (or 0x8AA4A4) is known color: Submarine. HEX triplet: 8A, A4 and A4. RGB value is (138,164,164). Sum of RGB (Red+Green+Blue) = 138+164+164=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 164 - color contains mainly: green, blue. Hex color #8AA4A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA4A4 is #755B5B. Grayscale: #9C9C9C. Windows color (decimal): -7691100 or 10790026. OLE color: 10790026.
HSL color Cylindrical-coordinate representation of color #8AA4A4: hue angle of 180º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8AA4A4 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 164 | - |
| CMYK | 0.16 | 0 | 0 | 0.36 |
| HSL | 180º | 0.13% | 0.59% | - |
| HSV(B) | 180º | 0.16% | 0.64% | - |
| XYZ | 30.46 | 34.63 | 40.2 | - |
| YUV | 156.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 164 | 0.16 | 0 | 0 | 0.36 | 180 | 0.13 | 0.59 |
| Hex | 8A | A4 | A4 | 10 | 0 | 0 | 24 | B4 | C | 3B |
| Octal | 212 | 244 | 244 | 20 | 0 | 0 | 44 | 264 | 14 | 73 |
| Binary | 10001010 | 10100100 | 10100100 | 10000 | 0 | 0 | 100100 | 10110100 | 1100 | 111011 |
Color Harmonies of #8AA4A4
Complementary color
Monochromatic Colors of #8AA4A4
Black with #8AA4A4
Text Example
Text Example
White with #8AA4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA4A4; }
p { color: rgb(138,164,164); }
H1.HeaderClassName
{
color: #8AA4A4;
}
.AnyTagClassName
{
color: #8AA4A4;
}
</style>
background-color css
<style>
a { background-color: #8AA4A4; }
a { background-color: rgb(138,164,164); }
div.DivClassName
{
background-color: #8AA4A4;
}
.BgClassName
{
background-color: #8AA4A4;
}
</style>
border-color css
<style>
span { border-color: #8AA4A4; }
span { border-color: rgb(138,164,164); }
td.TdClassName
{
border-color: #8AA4A4;
}
.TagClassName
{
border-color: #8AA4A4;
}
</style>