Shades of Submarine #90A7A6
Tints of Submarine #90A7A6
RGB
CMYK
RGB Variations
Color information
#90A7A6 (or 0x90A7A6) is known color: Submarine. HEX triplet: 90, A7 and A6. RGB value is (144,167,166). Sum of RGB (Red+Green+Blue) = 144+167+166=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 167 - color contains mainly: green. Hex color #90A7A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A7A6 is #6F5859. Grayscale: #9F9F9F. Windows color (decimal): -7297114 or 10921872. OLE color: 10921872.
HSL color Cylindrical-coordinate representation of color #90A7A6: hue angle of 177.39º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90A7A6 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 167 | 166 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.35 |
| HSL | 177.39º | 0.12% | 0.61% | - |
| HSV(B) | 177.39º | 0.14% | 0.65% | - |
| XYZ | 32.2 | 36.32 | 41.39 | - |
| YUV | 160.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 166 | 0.14 | 0 | 0.01 | 0.35 | 177.39 | 0.12 | 0.61 |
| Hex | 90 | A7 | A6 | E | 0 | 1 | 23 | B1 | C | 3D |
| Octal | 220 | 247 | 246 | 16 | 0 | 1 | 43 | 261 | 14 | 75 |
| Binary | 10010000 | 10100111 | 10100110 | 1110 | 0 | 1 | 100011 | 10110001 | 1100 | 111101 |
Color Harmonies of #90A7A6
Complementary color
Monochromatic Colors of #90A7A6
Black with #90A7A6
Text Example
Text Example
White with #90A7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A7A6; }
p { color: rgb(144,167,166); }
H1.HeaderClassName
{
color: #90A7A6;
}
.AnyTagClassName
{
color: #90A7A6;
}
</style>
background-color css
<style>
a { background-color: #90A7A6; }
a { background-color: rgb(144,167,166); }
div.DivClassName
{
background-color: #90A7A6;
}
.BgClassName
{
background-color: #90A7A6;
}
</style>
border-color css
<style>
span { border-color: #90A7A6; }
span { border-color: rgb(144,167,166); }
td.TdClassName
{
border-color: #90A7A6;
}
.TagClassName
{
border-color: #90A7A6;
}
</style>