Html Css Color HEX #839898 Submarine

📋 copy color: '#839898'

red 131 ◦ green 152 ◦ blue 152

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

Shades of Submarine #839898

Tints of Submarine #839898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.94%

 BLUE value IS 152 (59.77% from 255) = 34.94%

R = 30.11%
G = 34.94%
B = 34.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#839898 (or 0x839898) is known color: Submarine. HEX triplet: 83, 98 and 98. RGB value is (131,152,152). Sum of RGB (Red+Green+Blue) = 131+152+152=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #839898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839898 is #7C6767. Grayscale: #919191. Windows color (decimal): -8152936 or 10000515. OLE color: 10000515.

HSL color Cylindrical-coordinate representation of color #839898: hue angle of 180º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839898 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 152 152 -
CMYK 0.14 0 0 0.40
HSL 180º 0.09% 0.55% -
HSV(B) 180º 0.14% 0.6% -
XYZ 26.26 29.55 34.03 -
YUV 145.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 131 152 152 0.14 0 0 0.40 180 0.09 0.55
Hex 83 98 98 E 0 0 28 B4 9 37
Octal 203 230 230 16 0 0 50 264 11 67
Binary 10000011 10011000 10011000 1110 0 0 101000 10110100 1001 110111

Color Harmonies of #839898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839898

Black with #839898

Text Example


Text Example

White with #839898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839898; }

 p { color: rgb(131,152,152); }

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

background-color css

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

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

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

border-color css

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

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

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