Html Css Color HEX #90A09E Submarine

📋 copy color: '#90A09E'

red 144 ◦ green 160 ◦ blue 158

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

Shades of Submarine #90A09E

Tints of Submarine #90A09E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.63%

 BLUE value IS 158 (62.11% from 255) = 34.2%

R = 31.17%
G = 34.63%
B = 34.2%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#90A09E (or 0x90A09E) is known color: Submarine. HEX triplet: 90, A0 and 9E. RGB value is (144,160,158). Sum of RGB (Red+Green+Blue) = 144+160+158=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 160 - color contains mainly: green. Hex color #90A09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A09E is #6F5F61. Grayscale: #9A9A9A. Windows color (decimal): -7298914 or 10395792. OLE color: 10395792.

HSL color Cylindrical-coordinate representation of color #90A09E: hue angle of 172.5º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #90A09E is Cyan = 0.1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 160 158 -
CMYK 0.1 0 0.01 0.37
HSL 172.5º 0.08% 0.6% -
HSV(B) 172.5º 0.1% 0.63% -
XYZ 30.24 33.54 37.23 -
YUV 154.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 144 160 158 0.1 0 0.01 0.37 172.5 0.08 0.6
Hex 90 A0 9E A 0 1 25 AC 8 3C
Octal 220 240 236 12 0 1 45 254 10 74
Binary 10010000 10100000 10011110 1010 0 1 100101 10101100 1000 111100

Color Harmonies of #90A09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A09E

Black with #90A09E

Text Example


Text Example

White with #90A09E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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