#83F3AA

Color #83F3AA Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #83F3AA

Tints of Vista Blue #83F3AA

Color information

#83F3AA (or 0x83F3AA) is unknown color: approx Vista Blue. HEX triplet: 83, F3 and AA. RGB value is (131,243,170). Sum of RGB (Red+Green+Blue) = 131+243+170=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F3AA is #7C0C55. Grayscale: #C9C9C9. Windows color (decimal): -8129622 or 11203459. OLE color: 11203459.

HSL color Cylindrical-coordinate representation of color #83F3AA: hue angle of 140.89º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F3AA is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB131243170-
CMYK0.4600.300.05
HSL140.89º82.35%73.33%-
HSV(B)140.89º46.09%95.29%-
XYZ48.6771.8349.33-
YUV201.19110.3977.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.08%
GREEN value IS 243 (95.31% from 255) = 44.67%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=24.08%
G=44.67%
B=31.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312431700.4600.300.05140.8982.3573.33
Hex83F3AA2E01E58d5249
Octal203363252560365215122111
Binary1000001111110011101010101011100111101011000110110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,243,170); }

 H1.HeaderClassName
 {
   color: #83F3AA;
 }
 .AnyTagClassName
 {
   color: #83F3AA;
 }
</style>
background-color css

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

 a { background-color: rgb(131,243,170); }

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

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

 span { border-color: rgb(131,243,170); }

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