Html Css Color HEX #83A6A3 Submarine

📋 copy color: '#83A6A3'

red 131 ◦ green 166 ◦ blue 163

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

Shades of Submarine #83A6A3

Tints of Submarine #83A6A3

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.09%

 BLUE value IS 163 (64.06% from 255) = 35.43%

R = 28.48%
G = 36.09%
B = 35.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#83A6A3 (or 0x83A6A3) is known color: Submarine. HEX triplet: 83, A6 and A3. RGB value is (131,166,163). Sum of RGB (Red+Green+Blue) = 131+166+163=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 166 - color contains mainly: green. Hex color #83A6A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A6A3 is #7C595C. Grayscale: #9B9B9B. Windows color (decimal): -8149341 or 10724995. OLE color: 10724995.

HSL color Cylindrical-coordinate representation of color #83A6A3: hue angle of 174.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83A6A3 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 166 163 -
CMYK 0.21 0 0.02 0.35
HSL 174.86º 0.16% 0.58% -
HSV(B) 174.86º 0.21% 0.65% -
XYZ 29.61 34.74 39.8 -
YUV 155.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 131 166 163 0.21 0 0.02 0.35 174.86 0.16 0.58
Hex 83 A6 A3 15 0 2 23 AF 10 3A
Octal 203 246 243 25 0 2 43 257 20 72
Binary 10000011 10100110 10100011 10101 0 10 100011 10101111 10000 111010

Color Harmonies of #83A6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A6A3

Black with #83A6A3

Text Example


Text Example

White with #83A6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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