#90A3A2

Color #90A3A2 Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #90A3A2

Tints of Submarine #90A3A2

Color information

#90A3A2 (or 0x90A3A2) is unknown color: approx Submarine. HEX triplet: 90, A3 and A2. RGB value is (144,163,162). Sum of RGB (Red+Green+Blue) = 144+163+162=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 163 - color contains mainly: green. Hex color #90A3A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A3A2 is #6F5C5D. Grayscale: #9D9D9D. Windows color (decimal): -7298142 or 10658704. OLE color: 10658704.

HSL color Cylindrical-coordinate representation of color #90A3A2: hue angle of 176.84º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #90A3A2 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB144163162-
CMYK0.1200.010.36
HSL176.84º9.36%60.2%-
HSV(B)176.84º11.66%63.92%-
XYZ31.1234.7339.25-
YUV157.2130.71118.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 30.70%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=30.70%
G=34.75%
B=34.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441631620.1200.010.36176.849.3660.2
Hex90A3A2C0124b193c
Octal2202432421401442611174
Binary100100001010001110100010110001100100101100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A3A2; }

 p { color: rgb(144,163,162); }

 H1.HeaderClassName
 {
   color: #90A3A2;
 }
 .AnyTagClassName
 {
   color: #90A3A2;
 }
</style>
background-color css

<style>
 a { background-color: #90A3A2; }

 a { background-color: rgb(144,163,162); }

 div.DivClassName
 {
   background-color: #90A3A2;
 }
 .BgClassName
 {
   background-color: #90A3A2;
 }
</style>
border-color css

<style>
 span { border-color: #90A3A2; }

 span { border-color: rgb(144,163,162); }

 td.TdClassName
 {
   border-color: #90A3A2;
 }
 .TagClassName
 {
   border-color: #90A3A2;
 }
</style>