Html Css Color HEX #849E9A Submarine

📋 copy color: '#849E9A'

red 132 ◦ green 158 ◦ blue 154

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

Shades of Submarine #849E9A

Tints of Submarine #849E9A

RGB

 RED value IS 132 (51.95% from 255) = 29.73%

 GREEN value IS 158 (62.11% from 255) = 35.59%

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 29.73%
G = 35.59%
B = 34.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#849E9A (or 0x849E9A) is known color: Submarine. HEX triplet: 84, 9E and 9A. RGB value is (132,158,154). Sum of RGB (Red+Green+Blue) = 132+158+154=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 158 - color contains mainly: green. Hex color #849E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849E9A is #7B6165. Grayscale: #959595. Windows color (decimal): -8085862 or 10133124. OLE color: 10133124.

HSL color Cylindrical-coordinate representation of color #849E9A: hue angle of 170.77º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849E9A is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 158 154 -
CMYK 0.16 0 0.03 0.38
HSL 170.77º 0.12% 0.57% -
HSV(B) 170.77º 0.16% 0.62% -
XYZ 27.58 31.69 35.24 -
YUV 149.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 132 158 154 0.16 0 0.03 0.38 170.77 0.12 0.57
Hex 84 9E 9A 10 0 3 26 AB C 39
Octal 204 236 232 20 0 3 46 253 14 71
Binary 10000100 10011110 10011010 10000 0 11 100110 10101011 1100 111001

Color Harmonies of #849E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849E9A

Black with #849E9A

Text Example


Text Example

White with #849E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849E9A; }

 p { color: rgb(132,158,154); }

 H1.HeaderClassName
 {
   color: #849E9A;
 }
 .AnyTagClassName
 {
   color: #849E9A;
 }
</style>

background-color css

<style>
 a { background-color: #849E9A; }

 a { background-color: rgb(132,158,154); }

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

border-color css

<style>
 span { border-color: #849E9A; }

 span { border-color: rgb(132,158,154); }

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