Shades of Submarine #90A0A2
Tints of Submarine #90A0A2
RGB
CMYK
RGB Variations
Color information
#90A0A2 (or 0x90A0A2) is known color: Submarine. HEX triplet: 90, A0 and A2. RGB value is (144,160,162). Sum of RGB (Red+Green+Blue) = 144+160+162=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 162 - color contains mainly: blue. Hex color #90A0A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A0A2 is #6F5F5D. Grayscale: #9B9B9B. Windows color (decimal): -7298910 or 10657936. OLE color: 10657936.
HSL color Cylindrical-coordinate representation of color #90A0A2: hue angle of 186.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #90A0A2 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 160 | 162 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.36 |
| HSL | 186.67º | 0.09% | 0.6% | - |
| HSV(B) | 186.67º | 0.11% | 0.64% | - |
| XYZ | 30.59 | 33.68 | 39.07 | - |
| YUV | 155.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 162 | 0.11 | 0.01 | 0 | 0.36 | 186.67 | 0.09 | 0.6 |
| Hex | 90 | A0 | A2 | B | 1 | 0 | 24 | BB | 9 | 3C |
| Octal | 220 | 240 | 242 | 13 | 1 | 0 | 44 | 273 | 11 | 74 |
| Binary | 10010000 | 10100000 | 10100010 | 1011 | 1 | 0 | 100100 | 10111011 | 1001 | 111100 |
Color Harmonies of #90A0A2
Complementary color
Monochromatic Colors of #90A0A2
Black with #90A0A2
Text Example
Text Example
White with #90A0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A0A2; }
p { color: rgb(144,160,162); }
H1.HeaderClassName
{
color: #90A0A2;
}
.AnyTagClassName
{
color: #90A0A2;
}
</style>
background-color css
<style>
a { background-color: #90A0A2; }
a { background-color: rgb(144,160,162); }
div.DivClassName
{
background-color: #90A0A2;
}
.BgClassName
{
background-color: #90A0A2;
}
</style>
border-color css
<style>
span { border-color: #90A0A2; }
span { border-color: rgb(144,160,162); }
td.TdClassName
{
border-color: #90A0A2;
}
.TagClassName
{
border-color: #90A0A2;
}
</style>