Html Css Color HEX #83A2A1 Submarine

📋 copy color: '#83A2A1'

red 131 ◦ green 162 ◦ blue 161

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

Shades of Submarine #83A2A1

Tints of Submarine #83A2A1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.68%

 BLUE value IS 161 (63.28% from 255) = 35.46%

R = 28.85%
G = 35.68%
B = 35.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#83A2A1 (or 0x83A2A1) is known color: Submarine. HEX triplet: 83, A2 and A1. RGB value is (131,162,161). Sum of RGB (Red+Green+Blue) = 131+162+161=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 162 - color contains mainly: green. Hex color #83A2A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A2A1 is #7C5D5E. Grayscale: #989898. Windows color (decimal): -8150367 or 10592899. OLE color: 10592899.

HSL color Cylindrical-coordinate representation of color #83A2A1: hue angle of 178.06º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83A2A1 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 162 161 -
CMYK 0.19 0 0.01 0.36
HSL 178.06º 0.14% 0.57% -
HSV(B) 178.06º 0.19% 0.64% -
XYZ 28.71 33.24 38.62 -
YUV 152.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 131 162 161 0.19 0 0.01 0.36 178.06 0.14 0.57
Hex 83 A2 A1 13 0 1 24 B2 E 39
Octal 203 242 241 23 0 1 44 262 16 71
Binary 10000011 10100010 10100001 10011 0 1 100100 10110010 1110 111001

Color Harmonies of #83A2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A2A1

Black with #83A2A1

Text Example


Text Example

White with #83A2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83A2A1; }

 p { color: rgb(131,162,161); }

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

background-color css

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

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

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

border-color css

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

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

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