Html Css Color HEX #839694 Submarine

📋 copy color: '#839694'

red 131 ◦ green 150 ◦ blue 148

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

Shades of Submarine #839694

Tints of Submarine #839694

RGB

 RED value IS 131 (51.56% from 255) = 30.54%

 GREEN value IS 150 (58.98% from 255) = 34.97%

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 30.54%
G = 34.97%
B = 34.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#839694 (or 0x839694) is known color: Submarine. HEX triplet: 83, 96 and 94. RGB value is (131,150,148). Sum of RGB (Red+Green+Blue) = 131+150+148=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 150 - color contains mainly: green. Hex color #839694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839694 is #7C696B. Grayscale: #909090. Windows color (decimal): -8153452 or 9737859. OLE color: 9737859.

HSL color Cylindrical-coordinate representation of color #839694: hue angle of 173.68º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #839694 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 150 148 -
CMYK 0.13 0 0.01 0.41
HSL 173.68º 0.08% 0.55% -
HSV(B) 173.68º 0.13% 0.59% -
XYZ 25.61 28.78 32.22 -
YUV 144.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 131 150 148 0.13 0 0.01 0.41 173.68 0.08 0.55
Hex 83 96 94 D 0 1 29 AE 8 37
Octal 203 226 224 15 0 1 51 256 10 67
Binary 10000011 10010110 10010100 1101 0 1 101001 10101110 1000 110111

Color Harmonies of #839694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839694

Black with #839694

Text Example


Text Example

White with #839694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839694; }

 p { color: rgb(131,150,148); }

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

background-color css

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

 a { background-color: rgb(131,150,148); }

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

border-color css

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

 span { border-color: rgb(131,150,148); }

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