Html Css Color HEX #839D99 Submarine

📋 copy color: '#839D99'

red 131 ◦ green 157 ◦ blue 153

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

Shades of Submarine #839D99

Tints of Submarine #839D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.6%

 BLUE value IS 153 (60.16% from 255) = 34.69%

R = 29.71%
G = 35.6%
B = 34.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#839D99 (or 0x839D99) is known color: Submarine. HEX triplet: 83, 9D and 99. RGB value is (131,157,153). Sum of RGB (Red+Green+Blue) = 131+157+153=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 157 - color contains mainly: green. Hex color #839D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839D99 is #7C6266. Grayscale: #949494. Windows color (decimal): -8151655 or 10067331. OLE color: 10067331.

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

Color convert

RGB 131 157 153 -
CMYK 0.17 0 0.03 0.38
HSL 170.77º 0.12% 0.56% -
HSV(B) 170.77º 0.17% 0.62% -
XYZ 27.17 31.24 34.73 -
YUV 148.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 131 157 153 0.17 0 0.03 0.38 170.77 0.12 0.56
Hex 83 9D 99 11 0 3 26 AB C 38
Octal 203 235 231 21 0 3 46 253 14 70
Binary 10000011 10011101 10011001 10001 0 11 100110 10101011 1100 111000

Color Harmonies of #839D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839D99

Black with #839D99

Text Example


Text Example

White with #839D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839D99; }

 p { color: rgb(131,157,153); }

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

background-color css

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

 a { background-color: rgb(131,157,153); }

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

border-color css

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

 span { border-color: rgb(131,157,153); }

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