Html Css Color HEX #829D99 Submarine

📋 copy color: '#829D99'

red 130 ◦ green 157 ◦ blue 153

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

Shades of Submarine #829D99

Tints of Submarine #829D99

RGB

 RED value IS 130 (51.17% from 255) = 29.55%

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

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

R = 29.55%
G = 35.68%
B = 34.77%

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

#829D99 (or 0x829D99) is known color: Submarine. HEX triplet: 82, 9D and 99. RGB value is (130,157,153). Sum of RGB (Red+Green+Blue) = 130+157+153=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 157 - color contains mainly: green. Hex color #829D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829D99 is #7D6266. Grayscale: #949494. Windows color (decimal): -8217191 or 10067330. OLE color: 10067330.

HSL color Cylindrical-coordinate representation of color #829D99: hue angle of 171.11º 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 #829D99 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 157 153 -
CMYK 0.17 0 0.03 0.38
HSL 171.11º 0.12% 0.56% -
HSV(B) 171.11º 0.17% 0.62% -
XYZ 27.01 31.16 34.73 -
YUV 148.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 130 157 153 0.17 0 0.03 0.38 171.11 0.12 0.56
Hex 82 9D 99 11 0 3 26 AB C 38
Octal 202 235 231 21 0 3 46 253 14 70
Binary 10000010 10011101 10011001 10001 0 11 100110 10101011 1100 111000

Color Harmonies of #829D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D99

Black with #829D99

Text Example


Text Example

White with #829D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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