Html Css Color HEX #83A3A0 Submarine

📋 copy color: '#83A3A0'

red 131 ◦ green 163 ◦ blue 160

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

Shades of Submarine #83A3A0

Tints of Submarine #83A3A0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.9%

 BLUE value IS 160 (62.89% from 255) = 35.24%

R = 28.85%
G = 35.9%
B = 35.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#83A3A0 (or 0x83A3A0) is known color: Submarine. HEX triplet: 83, A3 and A0. RGB value is (131,163,160). Sum of RGB (Red+Green+Blue) = 131+163+160=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 163 - color contains mainly: green. Hex color #83A3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A3A0 is #7C5C5F. Grayscale: #999999. Windows color (decimal): -8150112 or 10527619. OLE color: 10527619.

HSL color Cylindrical-coordinate representation of color #83A3A0: hue angle of 174.38º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #83A3A0 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 163 160 -
CMYK 0.20 0 0.02 0.36
HSL 174.38º 0.15% 0.58% -
HSV(B) 174.38º 0.2% 0.64% -
XYZ 28.8 33.56 38.22 -
YUV 153.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 131 163 160 0.20 0 0.02 0.36 174.38 0.15 0.58
Hex 83 A3 A0 14 0 2 24 AE F 3A
Octal 203 243 240 24 0 2 44 256 17 72
Binary 10000011 10100011 10100000 10100 0 10 100100 10101110 1111 111010

Color Harmonies of #83A3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A3A0

Black with #83A3A0

Text Example


Text Example

White with #83A3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,163,160); }

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

background-color css

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

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

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

border-color css

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

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

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