Html Css Color HEX #90A2A0 Submarine

📋 copy color: '#90A2A0'

red 144 ◦ green 162 ◦ blue 160

#90A2A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #90A2A0

Tints of Submarine #90A2A0

RGB

 RED value IS 144 (56.64% from 255) = 30.9%

 GREEN value IS 162 (63.67% from 255) = 34.76%

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 30.9%
G = 34.76%
B = 34.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#90A2A0 (or 0x90A2A0) is known color: Submarine. HEX triplet: 90, A2 and A0. RGB value is (144,162,160). Sum of RGB (Red+Green+Blue) = 144+162+160=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 162 - color contains mainly: green. Hex color #90A2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A2A0 is #6F5D5F. Grayscale: #9C9C9C. Windows color (decimal): -7298400 or 10527376. OLE color: 10527376.

HSL color Cylindrical-coordinate representation of color #90A2A0: hue angle of 173.33º 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 #90A2A0 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 162 160 -
CMYK 0.11 0 0.01 0.36
HSL 173.33º 0.09% 0.6% -
HSV(B) 173.33º 0.11% 0.64% -
XYZ 30.77 34.31 38.26 -
YUV 156.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 144 162 160 0.11 0 0.01 0.36 173.33 0.09 0.6
Hex 90 A2 A0 B 0 1 24 AD 9 3C
Octal 220 242 240 13 0 1 44 255 11 74
Binary 10010000 10100010 10100000 1011 0 1 100100 10101101 1001 111100

Color Harmonies of #90A2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A2A0

Black with #90A2A0

Text Example


Text Example

White with #90A2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90A2A0;
 }
 .AnyTagClassName
 {
   color: #90A2A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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