Html Css Color HEX #83D7AC Vista Blue

📋 copy color: '#83D7AC'

red 131 ◦ green 215 ◦ blue 172

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

Shades of Vista Blue #83D7AC

Tints of Vista Blue #83D7AC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.51%

 BLUE value IS 172 (67.58% from 255) = 33.2%

R = 25.29%
G = 41.51%
B = 33.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#83D7AC (or 0x83D7AC) is known color: Vista Blue. HEX triplet: 83, D7 and AC. RGB value is (131,215,172). Sum of RGB (Red+Green+Blue) = 131+215+172=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #83D7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D7AC is #7C2853. Grayscale: #B9B9B9. Windows color (decimal): -8136788 or 11327363. OLE color: 11327363.

HSL color Cylindrical-coordinate representation of color #83D7AC: hue angle of 149.29º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D7AC is Cyan = 0.39, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 215 172 -
CMYK 0.39 0 0.2 0.16
HSL 149.29º 0.51% 0.68% -
HSV(B) 149.29º 0.39% 0.84% -
XYZ 41.11 56.4 47.75 -
YUV 184.98 120.67 89.5 -
System Red Green Blue C M Y K H S L
Decimal 131 215 172 0.39 0 0.2 0.16 149.29 0.51 0.68
Hex 83 D7 AC 27 0 14 10 95 33 44
Octal 203 327 254 47 0 24 20 225 63 104
Binary 10000011 11010111 10101100 100111 0 10100 10000 10010101 110011 1000100

Color Harmonies of #83D7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D7AC

Black with #83D7AC

Text Example


Text Example

White with #83D7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,215,172); }

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

background-color css

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

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

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

border-color css

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

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

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